mirror of https://github.com/sbt/sbt.git
Merge pull request #5355 from eed3si9n/wip/repo-override
Update repo override test
This commit is contained in:
commit
f96652bc4c
|
|
@ -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" }))
|
||||
}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[repositories]
|
||||
local
|
||||
sonatype-oss-public: https://oss.sonatype.org/content/repositories/public/
|
||||
jcenter: https://jcenter.bintray.com/
|
||||
|
|
|
|||
Loading…
Reference in New Issue