We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d548b4 commit e6d1277Copy full SHA for e6d1277
1 file changed
build.gradle
@@ -1,10 +1,11 @@
1
plugins {
2
id 'java-library'
3
id 'maven-publish'
4
+ id 'com.palantir.git-version' version '4.1.0'
5
}
6
7
group = 'com.lezurex'
-version = '1.0.3'
8
+version = gitVersion()
9
10
repositories {
11
mavenCentral()
0 commit comments