Remove checkRepositories

This commit is contained in:
Rob Winch 2013-11-01 09:32:24 -05:00
parent cda23443ac
commit e657f89662
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ task checkDependencies << {
}
if(!snapshotBuild) {
tasks.findByPath('check')?.dependsOn checkRepositories, checkDependencies
tasks.findByPath('check')?.dependsOn checkDependencies
}
def verifyNoDependenciesMatchingVersion(def pattern) {