Skip to content

Commit

Permalink
Remove source and target as maven.compiler.release is already set
Browse files Browse the repository at this point in the history
  • Loading branch information
arend-von-reinersdorff authored and snicoll committed Apr 5, 2023
1 parent 1fd68ae commit 6f97cfe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ publishing.publications.withType(MavenPublication) {
properties {
delegate."java.version"('17')
delegate."resource.delimiter"('@')
delegate."maven.compiler.source"('${java.version}')
delegate."maven.compiler.target"('${java.version}')
delegate."maven.compiler.release"('${java.version}')
delegate."project.build.sourceEncoding"('UTF-8')
delegate."project.reporting.outputEncoding"('UTF-8')
Expand Down

0 comments on commit 6f97cfe

Please sign in to comment.