mirror of https://github.com/sbt/sbt.git
parent
9b931c4bf8
commit
f94aa19643
|
|
@ -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