mirror of https://github.com/sbt/sbt.git
12 lines
386 B
Scala
12 lines
386 B
Scala
// FIXME: https://github.com/coursier/coursier/issues/752
|
|
// package coursier.test
|
|
//
|
|
// object CentralNexus2ProxyTests extends CentralTests {
|
|
// override def centralBase = "http://localhost:9081/nexus/content/repositories/central"
|
|
// }
|
|
//
|
|
// object CentralNexus3ProxyTests extends CentralTests {
|
|
// override def centralBase = "http://localhost:9082/repository/maven-central"
|
|
// }
|
|
|