Allow build to publish.
This commit is contained in:
parent
54312ef55a
commit
3867097f50
2 changed files with 4 additions and 10 deletions
13
build.sbt
13
build.sbt
|
@ -2,16 +2,9 @@ ThisBuild / organizationName := "garrity software"
|
||||||
ThisBuild / organization := "gs"
|
ThisBuild / organization := "gs"
|
||||||
ThisBuild / versionScheme := Some("early-semver")
|
ThisBuild / versionScheme := Some("early-semver")
|
||||||
|
|
||||||
ThisBuild / homepage := Some(
|
|
||||||
url("https://git.garrity.co/garrity-software/gs-semver-sbt-plugin")
|
|
||||||
)
|
|
||||||
|
|
||||||
ThisBuild / licenses := Seq(
|
|
||||||
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
|
|
||||||
)
|
|
||||||
|
|
||||||
externalResolvers := Seq(
|
externalResolvers := Seq(
|
||||||
"Garrity Software Releases" at "https://maven.garrity.co/releases"
|
"Garrity Software Releases" at "https://maven.garrity.co/gs",
|
||||||
|
"Garrity Software Maven Mirror" at "https://maven.garrity.co/releases"
|
||||||
)
|
)
|
||||||
|
|
||||||
val ProjectName: String = "gs-semver-sbt-plugin"
|
val ProjectName: String = "gs-semver-sbt-plugin"
|
||||||
|
@ -64,7 +57,7 @@ lazy val publishSettings = Seq(
|
||||||
if (!IsRelease)
|
if (!IsRelease)
|
||||||
Some("Garrity Software Maven" at repo + "snapshots")
|
Some("Garrity Software Maven" at repo + "snapshots")
|
||||||
else
|
else
|
||||||
Some("Garrity Software Maven" at repo + "releases")
|
Some("Garrity Software Maven" at repo + "gs")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
1
project/plugins.sbt
Normal file
1
project/plugins.sbt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
credentials += Credentials(Path.userHome / ".sbt" / ".credentials")
|
Loading…
Add table
Reference in a new issue