Skip to content

Commit

Permalink
feat(build.gradle): down-grade the java version from 21 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
MfellnerDev authored Nov 18, 2024
1 parent 315f558 commit 3d474fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 3d474fb

Please sign in to comment.