From ddeebf4a49d53a29a4d05cb63a385bf478417a62 Mon Sep 17 00:00:00 2001 From: Pratik Gandhi Date: Sun, 21 Oct 2018 15:56:43 +0530 Subject: [PATCH] Added Version Automation Signed-off-by: Pratik Gandhi --- java/build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/build.sbt b/java/build.sbt index b93d032..e5a10a1 100644 --- a/java/build.sbt +++ b/java/build.sbt @@ -2,6 +2,9 @@ name := "enry-java" organization := "tech.sourced" version := "1.6.6" +git.useGitDescribe := true +enablePlugins(GitVersioning) + sonatypeProfileName := "tech.sourced" // pom settings for sonatype