mirror of https://github.com/sbt/sbt.git
Remove unnecessary setting
This commit is contained in:
parent
73c5d9737d
commit
ed38df56f5
|
|
@ -1,4 +1,3 @@
|
|||
coursierUseSbtCredentials := true
|
||||
credentials += Credentials(
|
||||
"",
|
||||
sys.env("TEST_REPOSITORY_HOST"),
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ scalaVersion := "2.11.8"
|
|||
|
||||
resolvers += "authenticated" at sys.env("TEST_REPOSITORY")
|
||||
|
||||
coursierUseSbtCredentials := true
|
||||
credentials += Credentials(
|
||||
"",
|
||||
sys.env("TEST_REPOSITORY_HOST"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue