In Gradle can I build projects using a build file remotely located?
For eg:
gradle -b https://my.remote.server.com/build.gradle
Basically this is for running template files using https://github.com/townsfolk/gradle-templates
Thanks
In Gradle can I build projects using a build file remotely located?
For eg:
gradle -b https://my.remote.server.com/build.gradle
Basically this is for running template files using https://github.com/townsfolk/gradle-templates
Thanks
Already answered your SO question (http://stackoverflow.com/questions/24085550/gradle-using-build-file-over-http). Please don’t double-post.
Didn’t know that SO is already watched by this team