Skip to content

Commit

Permalink
fixing java9+ profile to remove source and taget
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Sep 7, 2022
1 parent 01accee commit 3c3293b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<!-- <version>3.10.1</version> -->
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<release>${maven.compiler.release}</release>
</configuration>
</plugin>
Expand Down

0 comments on commit 3c3293b

Please sign in to comment.