Skip to content

Commit

Permalink
Remove compileJava setting
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Jan 24, 2025
1 parent 422f289 commit feb2038
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ allprojects {
targetCompatibility = 17
}

compileJava {
options.release.set(17)
}

idea {
module.inheritOutputDirs = true
}
Expand Down

0 comments on commit feb2038

Please sign in to comment.