Skip to content

Commit

Permalink
Excavator: Allow Java 17 language features in all modules (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Oct 1, 2024
1 parent 26fec80 commit edc7179
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 @@ -50,7 +50,7 @@ apply plugin: 'com.palantir.baseline-java-versions'
apply plugin: 'com.palantir.jdks.latest'

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

Expand Down

0 comments on commit edc7179

Please sign in to comment.