Adam Murdoch-2 wrote: > > Yes. Any method declared in a script is made available as a method on > the corresponding Project object. >
OK, so given a multi-project build with sub-projects A and B, I can call from A's build.gradle into B's build.gradle. But what I'd like to do is to call from A's build.gradle into B.jar (the artifact generated by B). According to my understanding, A's build.gradle cannot have a configuration-time dependency on B.jar because Gradle first configures all projects and only then executes them. But how about an execution-time dependency? Cheers, Peter -- View this message in context: http://www.nabble.com/Question-on-build-script-dependencies-tp21712981p21734233.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
