1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Disable Gradle updates

This commit is contained in:
Rob Winch
2021-05-03 14:01:04 -05:00
parent 09e5594fe3
commit 6d0df03a2d
+5
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"