Added Version Automation

Signed-off-by: Pratik Gandhi <pratikgandhi1997@gmail.com>
This commit is contained in:
Pratik Gandhi 2018-10-21 15:56:43 +05:30
parent e9fd3640e0
commit ddeebf4a49

View File

@ -2,6 +2,9 @@ name := "enry-java"
organization := "tech.sourced" organization := "tech.sourced"
version := "1.6.6" version := "1.6.6"
git.useGitDescribe := true
enablePlugins(GitVersioning)
sonatypeProfileName := "tech.sourced" sonatypeProfileName := "tech.sourced"
// pom settings for sonatype // pom settings for sonatype