Skip to content

Commit

Permalink
Added requisite project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed May 24, 2021
1 parent b928f19 commit 6e490d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ ThisBuild / sbtVersion := "1.3.3"

enablePlugins(SbtPlugin)

homepage := Some(url("https://github.com/djspiewak/sbt-github-packages"))

scmInfo := Some(
ScmInfo(
url("https://github.com/djspiewak/sbt-github-packages"),
"scm:git@github.com:djspiewak/sbt-github-packages.git"))

developers := List(
Developer(id="djspiewak", name="Daniel Spiewak", email="djspiewak@gmail.com", url=url("https://github.com/djspiewak")))

publishMavenStyle := true

scriptedLaunchOpts ++= Seq("-Dplugin.version=" + version.value)
Expand Down

0 comments on commit 6e490d4

Please sign in to comment.