Skip to content

Commit

Permalink
fix min jdk version regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jul 6, 2021
1 parent 91c5f53 commit 17365a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ java {

compileJava {
exclude 'module-info.java'
// Required to be compatible with JDK 8+
options.compilerArgs = ['--release', "8"]
}

javadoc {
Expand Down

0 comments on commit 17365a8

Please sign in to comment.