We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6734a70 + a5974ef commit 8953e0eCopy full SHA for 8953e0e
java/build.sbt
@@ -1,6 +1,8 @@
1
name := "enry-java"
2
organization := "tech.sourced"
3
-version := "1.6.6"
+
4
+git.useGitDescribe := true
5
+enablePlugins(GitVersioning)
6
7
sonatypeProfileName := "tech.sourced"
8
java/project/plugins.sbt
@@ -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")
0 commit comments