Merge branch '3.0.x' into 3.1.x

This commit is contained in:
Andy Wilkinson
2024-03-12 08:30:48 +00:00

View File

@@ -10,6 +10,14 @@ repositories {
maven { url "https://repo.spring.io/snapshot" }
}
configurations {
all {
resolutionStrategy {
cacheChangingModulesFor(0, "seconds")
}
}
}
gradlePlugin {
plugins {
aotSmokeTestPlugin {