Skip to content

Commit

Permalink
Excavator: Allow Java 17 language features in all modules (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Oct 1, 2024
1 parent 9b85eee commit 744c852
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ subprojects {
}

javaVersions {
libraryTarget = 11
runtime = 17
libraryTarget = 17
}

jdks {
Expand Down

0 comments on commit 744c852

Please sign in to comment.