Skip to content

Commit

Permalink
Simplify the code setting the JVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Mar 14, 2024
1 parent 476be93 commit a6627ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation(kotlin("gradle-plugin", kotlinVersion))
}

java.toolchain.languageVersion.set(JavaLanguageVersion.of(8))
kotlin.jvmToolchain(8)


gradlePlugin {
Expand Down

0 comments on commit a6627ad

Please sign in to comment.