Skip to content

Commit

Permalink
More Sonatype fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Feb 17, 2022
1 parent f06ff4e commit cf23257
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ lazy val root = (project in file("."))
}
)

ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/sbt/sbt-buildinfo"),
"scm:[email protected]:sbt/sbt-buildinfo.git"
)
)
ThisBuild / developers := List(
Developer(
id = "eed3si9n",
name = "Eugene Yokota",
email = "@eed3si9n",
url = url("https://eed3si9n.com/")
)
)
ThisBuild / description := "sbt plugin to generate build info"
ThisBuild / licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-buildinfo/blob/master/LICENSE"))
ThisBuild / pomIncludeRepository := { _ =>
Expand Down

0 comments on commit cf23257

Please sign in to comment.