Skip to content

Commit

Permalink
Library targets JDK 11 bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
schlosna committed Dec 4, 2022
1 parent 998f3c4 commit 17e022a
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 @@ -20,7 +20,7 @@ apply plugin: 'com.palantir.consistent-versions'
apply plugin: 'com.palantir.baseline-java-versions'

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

Expand Down

0 comments on commit 17e022a

Please sign in to comment.