Updated to properly use publish settings.
This commit is contained in:
parent
5f94372a45
commit
54312ef55a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
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")
|
||||
|
@ -69,6 +70,7 @@ lazy val publishSettings = Seq(
|
|||
|
||||
lazy val root = Project(ProjectName, file("."))
|
||||
.enablePlugins(SbtPlugin)
|
||||
.settings(publishSettings)
|
||||
.settings(
|
||||
name := ProjectName,
|
||||
version := SelectedVersion,
|
||||
|
|
Loading…
Add table
Reference in a new issue