Does Gradle support ant "import" task? I tried to do that to import properties set in external ant file:
ant.import(file: "build.xml")
and got this:
"Build failed with an exception.
Run with -s or -d option to get more details. Run with -f option to get the full
(very verbose) stacktrace.
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed,
build_gradle: 4: unexpected token: import @ line 4, column 6.
1 error"
Paweł
