mirror of https://github.com/sbt/sbt.git
[2.x] refactor: Fix warning in ivyless-publish-http-plugin test (#9597)
This commit is contained in:
parent
98d17419d0
commit
1d6d6ea661
|
|
@ -15,7 +15,7 @@ lazy val root = (project in file("."))
|
||||||
publishRepoBase := baseDirectory.value / "repo",
|
publishRepoBase := baseDirectory.value / "repo",
|
||||||
publishTo := Some(
|
publishTo := Some(
|
||||||
Resolver
|
Resolver
|
||||||
.url("test-repo", new java.net.URI(s"http://localhost:$publishPort/").toURL)(using
|
.uri("test-repo", new java.net.URI(s"http://localhost:$publishPort/"))(using
|
||||||
Resolver.ivyStylePatterns
|
Resolver.ivyStylePatterns
|
||||||
)
|
)
|
||||||
.withAllowInsecureProtocol(true)
|
.withAllowInsecureProtocol(true)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue