Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Jul 18, 2024
1 parent 840af44 commit 945e4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ subprojects {
languageVersion = JavaLanguageVersion.of(8)
}
}
} else if (config.targetPlatform.eclipseVersion in ['417', '418', '419', '420', '21', '422', '423', '424']) {
} else if (config.targetPlatform.eclipseVersion in ['417', '418', '419', '420', '421', '422', '423', '424']) {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
Expand Down

0 comments on commit 945e4be

Please sign in to comment.