mirror of https://github.com/sbt/sbt.git
Use https repo
This commit is contained in:
parent
3b717f8be0
commit
3afc3433ba
|
|
@ -27,7 +27,7 @@ integrationTestsRequirements() {
|
|||
# Required for HTTP authentication tests
|
||||
coursier launch \
|
||||
io.get-coursier:http-server-java7_2.11:1.0.0-SNAPSHOT \
|
||||
-r http://dl.bintray.com/scalaz/releases \
|
||||
-r https://dl.bintray.com/scalaz/releases \
|
||||
-- \
|
||||
-d tests/jvm/src/test/resources/test-repo/http/abc.com \
|
||||
-u user -P pass -r realm \
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ object HttpAuthenticationTests extends TestSuite {
|
|||
s"basic authentication with user '$user' and password '$password', serving the right " +
|
||||
"files.\n" + Console.RESET +
|
||||
"Run one from the coursier sources with\n" +
|
||||
" ./coursier launch -r http://dl.bintray.com/scalaz/releases " +
|
||||
" ./coursier launch -r https://dl.bintray.com/scalaz/releases " +
|
||||
"io.get-coursier:simple-web-server_2.11:1.0.0-M12 -- " +
|
||||
"-d tests/jvm/src/test/resources/test-repo/http/abc.com -u user -P pass -r realm -v"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue