mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-17 11:15:15 +01:00
0.2.1-SNAPSHOT
This commit is contained in:
parent
ed210c97b6
commit
1d05aac9bc
@ -28,7 +28,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
|
|||||||
val gitVersion: groovy.lang.Closure<String> by extra
|
val gitVersion: groovy.lang.Closure<String> by extra
|
||||||
|
|
||||||
group = "com.github.creeper123123321.viaaas"
|
group = "com.github.creeper123123321.viaaas"
|
||||||
version = "0.2.0-SNAPSHOT+" + try {
|
version = "0.2.1-SNAPSHOT+" + try {
|
||||||
gitVersion()
|
gitVersion()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
"unknown"
|
"unknown"
|
||||||
|
Loading…
Reference in New Issue
Block a user