mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 06:12:27 +00:00
Disable Gradle updates
This commit is contained in:
parent
09e5594fe3
commit
6d0df03a2d
@ -43,6 +43,11 @@ tasks.named("gitHubCheckMilestoneHasNoOpenIssues") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named("updateDependencies") {
|
||||||
|
// we aren't Gradle 7 compatible yet
|
||||||
|
checkForGradleUpdate = false
|
||||||
|
}
|
||||||
|
|
||||||
updateDependenciesSettings {
|
updateDependenciesSettings {
|
||||||
gitHub {
|
gitHub {
|
||||||
organization = "spring-projects"
|
organization = "spring-projects"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user