Skip to content

Commit 2dae6ca

Browse files
Merge branch '3.1.x'
2 parents ce9c043 + 646295a commit 2dae6ca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ nohttp {
5353
source.exclude "spring-session-docs/modules/ROOT/examples/**/build/**"
5454
}
5555

56+
tasks.named("updateDependencies") {
57+
// we aren't Gradle 8 compatible yet
58+
checkForGradleUpdate = false
59+
}
60+
5661
updateDependenciesSettings {
5762
gitHub {
5863
organization = "spring-projects"
@@ -64,9 +69,10 @@ updateDependenciesSettings {
6469
alphaBetaVersions()
6570
snapshotVersions()
6671
}
67-
addFiles({
72+
setFiles({
6873
return [
69-
project.file("gradle/dependency-management.gradle")
74+
project.file("gradle/dependency-management.gradle"),
75+
project.file("buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy")
7076
]
7177
})
7278
}

0 commit comments

Comments
 (0)