Do not upgrade Gradle in updateDependencies

Closes gh-2382
This commit is contained in:
Marcus Da Coregio
2023-07-19 09:43:53 -03:00
parent 39c27ea9e0
commit a3feea3e1c

View File

@@ -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"