Hello All,
in my build.gradle I have a section which generates tasks, something like:
[1, 2, 3, 4, 5].each { wpsNb ->
task "testWp${wpsNb}" (description: "run Wp${wpsNb} tests”) << {
// some logic here
}
}
which generates tasks testWp1 to testWp5. Is it possible to see my
build.gradle after these tasks are generated ?
What I would like to have is a functionality similar to mvn
help:effective-pom which prints out the pom.xml that will be executed
(so you don't get lost in profiles etc)
--
Regards / Pozdrawiam
Tomek Kaczanowski
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email