Skip to content

Commit

Permalink
Revert "Compile for --release 8"
Browse files Browse the repository at this point in the history
This reverts commit 197bd3b.
  • Loading branch information
carlosame committed Sep 14, 2023
1 parent 197bd3b commit 3bfd875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ test {
tasks.compileJava {
excludes += ['module-info.java']
modularity.inferModulePath = false
options.release = 8
}

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

0 comments on commit 3bfd875

Please sign in to comment.