Skip to content

Commit 646295a

Browse files
Merge branch '3.0.x' into 3.1.x
2 parents 140008e + e89364c commit 646295a

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
@@ -48,6 +48,11 @@ nohttp {
4848
source.exclude "spring-session-docs/modules/ROOT/examples/**/build/**"
4949
}
5050

51+
tasks.named("updateDependencies") {
52+
// we aren't Gradle 8 compatible yet
53+
checkForGradleUpdate = false
54+
}
55+
5156
updateDependenciesSettings {
5257
gitHub {
5358
organization = "spring-projects"
@@ -59,9 +64,10 @@ updateDependenciesSettings {
5964
alphaBetaVersions()
6065
snapshotVersions()
6166
}
62-
addFiles({
67+
setFiles({
6368
return [
64-
project.file("gradle/dependency-management.gradle")
69+
project.file("gradle/dependency-management.gradle"),
70+
project.file("buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy")
6571
]
6672
})
6773
}

0 commit comments

Comments
 (0)