Target JVM 17 in uhabits-server

pull/1805/head
Quentin Hibon 2 years ago
parent fafef0d78b
commit a665cf511e

@ -25,6 +25,10 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.1.2"
}
kotlin {
jvmToolchain(17)
}
application {
group = "org.isoron.uhabits"
@ -57,3 +61,4 @@ tasks.withType<ShadowJar> {
archiveClassifier.set("")
archiveVersion.set("")
}

Loading…
Cancel
Save