Skip to content

Commit 38c81fb

Browse files
committed
chore: set Kotlin compiler options to use JVM target 25
1 parent 4e5455a commit 38c81fb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import dev.slne.surf.surfapi.gradle.util.slneReleases
2+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
23

34
plugins {
45
id("dev.slne.surf.surfapi.gradle.core")
@@ -22,6 +23,9 @@ dependencies {
2223
}
2324

2425
kotlin {
26+
compilerOptions {
27+
jvmTarget.set(JvmTarget.JVM_25)
28+
}
2529
jvmToolchain(25)
2630
}
2731

0 commit comments

Comments
 (0)