Always refresh plugin snapshots
This commit is contained in:
@@ -3,7 +3,10 @@ buildscript {
|
||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||
}
|
||||
configurations.classpath {
|
||||
resolutionStrategy.useGlobalDependencySubstitutionRules = false
|
||||
resolutionStrategy {
|
||||
useGlobalDependencySubstitutionRules = false
|
||||
cacheChangingModulesFor(0, "seconds")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +23,7 @@ subprojects {
|
||||
configurations {
|
||||
all {
|
||||
resolutionStrategy {
|
||||
cacheChangingModulesFor(0, "seconds");
|
||||
cacheChangingModulesFor(0, "seconds")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user