Marco Hunsicker wrote: > > Is it possible to somehow re-use the project compile task? Or do I have > to add a new compile task to the project and perform the whole > configuration myself? >
You'll have to add another Compile task and configure it manually (copy the configuration over from compileJava). Is there no way around compiling twice? -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradleware http://www.gradleware.com Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Manually-invoking-task-tp4362439p4362810.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
