Skip to content

Commit

Permalink
fix: downgrade Java toolchain version to 17 in build.gradle.kts (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBedard authored Jan 7, 2025
1 parent 5916f5e commit 893f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/kotlin/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
// Apply a specific Java toolchain to ease working on different environments.
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
languageVersion = JavaLanguageVersion.of(17)
}
}

Expand Down

0 comments on commit 893f56f

Please sign in to comment.