Merge branch '3.0.x' into 3.1.x
This commit is contained in:
@@ -10,6 +10,14 @@ repositories {
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
}
|
||||
|
||||
configurations {
|
||||
all {
|
||||
resolutionStrategy {
|
||||
cacheChangingModulesFor(0, "seconds")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
aotSmokeTestPlugin {
|
||||
|
||||
Reference in New Issue
Block a user