James Carr wrote: > > I've been thinking it would be useful to be able to run a build script > from a uri, for example I could have a hosted gradle script with tasks > that generate skeleton project structures like: > > gradle -b http://repo/gradle-scripts/create.gradle java-jar >
Here is what you can already do now: build.gradle: apply from: "http://repo/gradle-scripts/create.gradle" > gradle java-jar -- 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/Feature-Run-a-build-script-from-a-URI-tp4302045p4302932.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
