Skip to content

Commit 334e648

Browse files
committed
update gradle config
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent f481b02 commit 334e648

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ java {
1313
}
1414
}
1515

16-
kotlin {
17-
compilerOptions {
18-
// kotlin not support jvm 25 yet
19-
jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_24)
20-
}
21-
}
22-
2316
dependencies {
2417
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.5")
2518
implementation("org.flywaydb:flyway-gradle-plugin:11.13.2")

0 commit comments

Comments
 (0)