gradle maven snapshot
Contents
gradle maven snapshot
configurations.all {
// check for updates every build
resolutionStrategy.cacheChangingModulesFor 0, ‘seconds’
}
dependencies {
compile group: “group”, name: “projectA”, version: “1.1-SNAPSHOT”, changing: true
}
Author -
LastMod 2016-11-06