Skip to content

Commit e6d1277

Browse files
committed
👷 get build version by Git tag
1 parent 8d548b4 commit e6d1277

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4+
id 'com.palantir.git-version' version '4.1.0'
45
}
56

67
group = 'com.lezurex'
7-
version = '1.0.3'
8+
version = gitVersion()
89

910
repositories {
1011
mavenCentral()

0 commit comments

Comments
 (0)