Disable Gradle updates

This commit is contained in:
Rob Winch 2021-05-03 14:01:04 -05:00
parent 09e5594fe3
commit 6d0df03a2d

View File

@ -43,6 +43,11 @@ tasks.named("gitHubCheckMilestoneHasNoOpenIssues") {
}
}
tasks.named("updateDependencies") {
// we aren't Gradle 7 compatible yet
checkForGradleUpdate = false
}
updateDependenciesSettings {
gitHub {
organization = "spring-projects"