Add build number to version

This commit is contained in:
Len 2022-08-30 10:34:39 +02:00
parent ed186b37bb
commit e4d4ebb8b4

View File

@ -11,7 +11,7 @@ plugins {
}
group = "com.alttd.playershops"
version = "1.0-SNAPSHOT"
version = System.getenv("BUILD_NUMBER") ?: "1.0-SNAPSHOT"
description = "Player Shop plugin for Altitude."
apply<JavaLibraryPlugin>()