We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b38010 commit 74ede60Copy full SHA for 74ede60
build.gradle.kts
@@ -3,8 +3,9 @@ plugins {
3
}
4
5
allprojects {
6
+ val build = System.getenv("BUILD_NUMBER") ?: "SNAPSHOT"
7
group = "net.pl3x.map"
- version = "1.0.0-BETA"
8
+ version = "1.0.0-BETA-$build"
9
description = "Minimalistic and lightweight world map viewer for Paper servers"
10
11
0 commit comments