[2.x] refactor: Fix warning in ivyless-publish-http-plugin test (#9597)

This commit is contained in:
kenji yoshida 2026-08-14 08:35:37 +09:00 committed by GitHub
parent 98d17419d0
commit 1d6d6ea661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ lazy val root = (project in file("."))
publishRepoBase := baseDirectory.value / "repo",
publishTo := Some(
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
)
.withAllowInsecureProtocol(true)