File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
}
14
14
15
15
dependencies {
16
- classpath ' io.spring.gradle:spring-build-conventions:0.0.26 .RELEASE'
16
+ classpath ' io.spring.gradle:spring-build-conventions:0.0.27 .RELEASE'
17
17
classpath " org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion "
18
18
}
19
19
}
@@ -26,25 +26,10 @@ description = 'Spring Session'
26
26
subprojects {
27
27
apply plugin : ' io.spring.javaformat'
28
28
29
- configurations. all {
30
- resolutionStrategy {
31
- cacheChangingModulesFor 0 , " seconds"
32
- cacheDynamicVersionsFor 0 , " seconds"
33
- }
34
- }
35
-
36
29
plugins. withType(JavaPlugin ) {
37
30
sourceCompatibility = JavaVersion . VERSION_1_8
38
31
}
39
32
40
- plugins. withId(' io.spring.dependency-management' ) {
41
- dependencyManagement {
42
- resolutionStrategy {
43
- cacheChangingModulesFor 0 , " seconds"
44
- }
45
- }
46
- }
47
-
48
33
tasks. withType(Test ) {
49
34
useJUnitPlatform()
50
35
}
Original file line number Diff line number Diff line change 7
7
<suppress files =" [\\/]spring-session-docs[\\/]" checks =" InnerTypeLast" />
8
8
<suppress files =" [\\/]spring-session-samples[\\/]" checks =" Javadoc*" />
9
9
<suppress files =" [\\/]spring-session-samples[\\/].+Application\.java" checks =" HideUtilityClassConstructor" />
10
+ <suppress files =" CookieSerializer\.java" checks =" SpringMethodVisibility" />
10
11
</suppressions >
You can’t perform that action at this time.
0 commit comments