0.1.0-SNAPSHOT

This commit is contained in:
creeper123123321 2020-12-29 20:36:10 -03:00 committed by GitHub
parent bfbf49fa9f
commit 3d3b8f3a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"