We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c82244 commit 7ba0b0eCopy full SHA for 7ba0b0e
build.gradle
@@ -2,10 +2,12 @@ plugins {
2
id "java-library"
3
id "maven-publish"
4
id "com.diffplug.spotless" version "7.1.0"
5
+ id "net.nemerosa.versioning" version "3.1.0"
6
}
7
8
group = "com.github.malczuuu"
-version = "3.2.0-SNAPSHOT"
9
+version = (versioning.info.tag ?: "${versioning.info.lastTag}-${versioning.info.build}") \
10
+ + (versioning.info.dirty ? "-dirty" : "")
11
12
java {
13
toolchain {
0 commit comments