Merge pull request #5355 from eed3si9n/wip/repo-override

Update repo override test
This commit is contained in:
eugene yokota 2020-01-09 15:28:01 -05:00 committed by GitHub
commit f96652bc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ lazy val root = (project in file(".")).settings(
autoScalaLibrary := false,
check := {
val ar = appResolvers.value.get
assert(!(ar exists { _.name == "jcenter" }))
assert(!(ar exists { _.name == "public" }))
}
)

View File

@ -1,3 +1,3 @@
[repositories]
local
sonatype-oss-public: https://oss.sonatype.org/content/repositories/public/
jcenter: https://jcenter.bintray.com/