bump Gradle version

This commit is contained in:
2022-01-16 15:36:55 +08:00
parent 47c33036d1
commit 139d160274
11 changed files with 37 additions and 49 deletions

View File

@@ -13,3 +13,10 @@ dependencies {
application {
mainClassName = 'net.woggioni.wson.cli.MainKt'
}
compileKotlin {
kotlinOptions.with {
jvmTarget = '1.8'
}
}