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 Nov 6, 2024
1 parent d6458f2 commit f20d360
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 @@ -25,8 +25,7 @@ apply plugin: 'com.palantir.baseline-java-versions'
apply plugin: 'com.palantir.jdks.latest'

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

version gitVersion()
Expand Down

0 comments on commit f20d360

Please sign in to comment.