Skip to content

Commit a3feea3

Browse files
Do not upgrade Gradle in updateDependencies
Closes gh-2382
1 parent 39c27ea commit a3feea3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 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"

0 commit comments

Comments
 (0)