We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67abce commit 660ffccCopy full SHA for 660ffcc
1 file changed
build.gradle
@@ -10,9 +10,10 @@ plugins {
10
// Apply the java-library plugin for API and implementation separation.
11
id 'java-library'
12
id 'maven-publish'
13
+ id 'com.palantir.git-version' version '0.13.0'
14
}
15
-version = "0.0.1"
16
+version gitVersion()
17
18
repositories {
19
// Use Maven Central for resolving dependencies.
0 commit comments