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.
1 parent c5e9d68 commit 072c1b8Copy full SHA for 072c1b8
build.sbt
@@ -15,13 +15,7 @@ libraryDependencies ++= Seq(
15
),
16
)
17
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
18
-publishTo := {
19
- val nexus = "https://oss.sonatype.org/"
20
- if (isSnapshot.value)
21
- Some("snapshots" at nexus + "content/repositories/snapshots")
22
- else
23
- Some("releases" at nexus + "service/local/staging/deploy/maven2")
24
-}
+publishTo := (if (isSnapshot.value) None else localStaging.value)
25
publishMavenStyle := true
26
pomIncludeRepository := { x => false }
27
pomExtra := (<url>https://github.com/gitbucket/sbt-gitbucket-plugin/</url>
0 commit comments