Skip to content

Commit

Permalink
修改jdk版本适配
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsmf committed Jul 17, 2024
1 parent fff764d commit f8e5455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {

// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
kotlin {
jvmToolchain(17)
jvmToolchain(11)
}

// Configure Gradle IntelliJ Plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
Expand Down

0 comments on commit f8e5455

Please sign in to comment.