Hi,
Question, is it possible to use a git repository url in the include path of a composite build ?
Something similar to wath JitPack does ?
I would like to have the ability in the settings.gradle to include a plugin stored in git the reason being is because Nexus have limited storage capacity and can purge old builds binaries from time to time.
So the settings.gradle would have something like:
pluginManagement {
includeBuild 'https://github.com/<user>/<repo>.git#tag'
}