mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
0.1.0-SNAPSHOT
This commit is contained in:
parent
bfbf49fa9f
commit
3d3b8f3a2c
@ -18,7 +18,7 @@ java {
|
||||
val gitVersion: groovy.lang.Closure<String> by extra
|
||||
|
||||
group = "com.github.creeper123123321.viaaas"
|
||||
version = "0.0.2-SNAPSHOT+" + try {
|
||||
version = "0.1.0-SNAPSHOT+" + try {
|
||||
gitVersion()
|
||||
} catch (e: Exception) {
|
||||
"unknown"
|
||||
@ -85,4 +85,4 @@ tasks.named<ProcessResources>("processResources") {
|
||||
|
||||
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
|
||||
|
||||
compileKotlin.kotlinOptions.jvmTarget = "11"
|
||||
compileKotlin.kotlinOptions.jvmTarget = "11"
|
||||
|
Loading…
Reference in New Issue
Block a user