Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Jan 23, 2024
1 parent 23b5dd7 commit 6125349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appLab3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

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

Expand Down

0 comments on commit 6125349

Please sign in to comment.