Skip to content

Commit 74ede60

Browse files
add build number to version
1 parent 2b38010 commit 74ede60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ plugins {
33
}
44

55
allprojects {
6+
val build = System.getenv("BUILD_NUMBER") ?: "SNAPSHOT"
67
group = "net.pl3x.map"
7-
version = "1.0.0-BETA"
8+
version = "1.0.0-BETA-$build"
89
description = "Minimalistic and lightweight world map viewer for Paper servers"
910
}
1011

0 commit comments

Comments
 (0)