I need help, I have followed the gradle guide, to help me invoke a gradle task from ANT build, but it does not work
This is what my could looks like
https://github.com/makrand-bkar/gradle-ant-test
Twist is I am doing a ant.call to invoke the target
Gradle Version -2.14
Ant Version - 1.9
JDK - 1.7
Error I am getting
Target “intro” does not exist in the project “ant”. It is used from target “gradleBuild”.