Allow build to publish.

This commit is contained in:
Pat Garrity 2024-01-11 22:00:38 -06:00
parent 54312ef55a
commit 3867097f50
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
2 changed files with 4 additions and 10 deletions

View file

@ -2,16 +2,9 @@ ThisBuild / organizationName := "garrity software"
ThisBuild / organization := "gs"
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(
"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"
@ -64,7 +57,7 @@ lazy val publishSettings = Seq(
if (!IsRelease)
Some("Garrity Software Maven" at repo + "snapshots")
else
Some("Garrity Software Maven" at repo + "releases")
Some("Garrity Software Maven" at repo + "gs")
}
)

1
project/plugins.sbt Normal file
View file

@ -0,0 +1 @@
credentials += Credentials(Path.userHome / ".sbt" / ".credentials")