mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-09-08 20:51:41 +00:00
Remove checkRepositories
This commit is contained in:
parent
cda23443ac
commit
e657f89662
@ -7,7 +7,7 @@ task checkDependencies << {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!snapshotBuild) {
|
if(!snapshotBuild) {
|
||||||
tasks.findByPath('check')?.dependsOn checkRepositories, checkDependencies
|
tasks.findByPath('check')?.dependsOn checkDependencies
|
||||||
}
|
}
|
||||||
|
|
||||||
def verifyNoDependenciesMatchingVersion(def pattern) {
|
def verifyNoDependenciesMatchingVersion(def pattern) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user