Skip to content

Commit

Permalink
Fix java version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Jun 20, 2024
1 parent a56475c commit a1d17e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
languageVersion = JavaLanguageVersion.of(17)
}
}

Expand Down

0 comments on commit a1d17e5

Please sign in to comment.