Skip to content

Commit

Permalink
Compile for --release 8
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 14, 2023
1 parent 85ea9bc commit cf6c597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ test {
tasks.compileJava {
excludes += ['module-info.java']
modularity.inferModulePath = false
options.release = 8
}

tasks.register('compileModuleInfo', JavaCompile) {
Expand Down

0 comments on commit cf6c597

Please sign in to comment.