Do not upgrade Gradle in updateDependencies
Closes gh-2382
This commit is contained in:
@@ -48,6 +48,11 @@ nohttp {
|
||||
source.exclude "spring-session-docs/modules/ROOT/examples/**/build/**"
|
||||
}
|
||||
|
||||
tasks.named("updateDependencies") {
|
||||
// we aren't Gradle 8 compatible yet
|
||||
checkForGradleUpdate = false
|
||||
}
|
||||
|
||||
updateDependenciesSettings {
|
||||
gitHub {
|
||||
organization = "spring-projects"
|
||||
|
||||
Reference in New Issue
Block a user