mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-22 12:05:45 +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
|
val gitVersion: groovy.lang.Closure<String> by extra
|
||||||
|
|
||||||
group = "com.github.creeper123123321.viaaas"
|
group = "com.github.creeper123123321.viaaas"
|
||||||
version = "0.0.2-SNAPSHOT+" + try {
|
version = "0.1.0-SNAPSHOT+" + try {
|
||||||
gitVersion()
|
gitVersion()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
"unknown"
|
"unknown"
|
||||||
@ -85,4 +85,4 @@ tasks.named<ProcessResources>("processResources") {
|
|||||||
|
|
||||||
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
|
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