We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 324432a + c246c9a commit a35ee84Copy full SHA for a35ee84
build.sbt
@@ -61,7 +61,7 @@ inThisBuild(
61
),
62
isSnapshot := (isSnapshot or version(_ endsWith "-SNAPSHOT")).value,
63
description := "IPC: Unix Domain Socket and Windows Named Pipes for Java",
64
- licenses := Seq("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")),
+ licenses := Seq("Apache 2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
65
publishTo := {
66
val nexus = "https://oss.sonatype.org/"
67
if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
0 commit comments