diff --git a/build.gradle b/build.gradle
index 5634fa99..c0fb227d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ buildscript {
}
dependencies {
- classpath 'io.spring.gradle:spring-build-conventions:0.0.26.RELEASE'
+ classpath 'io.spring.gradle:spring-build-conventions:0.0.27.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
}
@@ -26,25 +26,10 @@ description = 'Spring Session'
subprojects {
apply plugin: 'io.spring.javaformat'
- configurations.all {
- resolutionStrategy {
- cacheChangingModulesFor 0, "seconds"
- cacheDynamicVersionsFor 0, "seconds"
- }
- }
-
plugins.withType(JavaPlugin) {
sourceCompatibility = JavaVersion.VERSION_1_8
}
- plugins.withId('io.spring.dependency-management') {
- dependencyManagement {
- resolutionStrategy {
- cacheChangingModulesFor 0, "seconds"
- }
- }
- }
-
tasks.withType(Test) {
useJUnitPlatform()
}
diff --git a/etc/checkstyle/suppressions.xml b/etc/checkstyle/suppressions.xml
index 15c0c460..8fb7378a 100644
--- a/etc/checkstyle/suppressions.xml
+++ b/etc/checkstyle/suppressions.xml
@@ -7,4 +7,5 @@
+