Hello!
I am trying to migrate an existing multi-project build to Gradle (these are
Eclipse plugins with build.xmls generated by PDE).
My top level build.gradle now looks like this:
ant.javacSource='1.5'
ant.javacTarget='1.5'
subprojects {
ant.importBuild 'build.xml'
}
When I execute "gradle build.jars" the build fails because the javac
arguments are not passed to the subprojects.
Is there a way to mimic the inhertall="true" behaviour of the "ant" Ant
task?
Best regards,
Csaba
--
View this message in context:
http://www.nabble.com/Ant-property-inheritance-for-ANT-buildfiles-imported-by-subprojects-tp25712348p25712348.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email