Skip to content

Commit

Permalink
Excavator: Allow Java 17 language features in all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Oct 16, 2024
1 parent 36c4b5c commit 659edd7
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 @@ -31,8 +31,7 @@ apply plugin: 'com.palantir.jdks.latest'
apply plugin: 'com.palantir.failure-reports'

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

version gitVersion()
Expand Down

0 comments on commit 659edd7

Please sign in to comment.