mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 08:30:07 -03:00
build: enable sbt-git plugin
As in linked example
f6351dbffa
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
parent
ddeebf4a49
commit
a5974effe4
@ -1,6 +1,5 @@
|
||||
name := "enry-java"
|
||||
organization := "tech.sourced"
|
||||
version := "1.6.6"
|
||||
|
||||
git.useGitDescribe := true
|
||||
enablePlugins(GitVersioning)
|
||||
|
@ -1,3 +1,4 @@
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
|
||||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
|
||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
|
||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
|
||||
|
Loading…
x
Reference in New Issue
Block a user