Skip to content

Commit

Permalink
Merge pull request #29449 from gsmet/remove-wrong-target
Browse files Browse the repository at this point in the history
Remove incorrect target added to maven-compiler-plugin
  • Loading branch information
gsmet authored Nov 24, 2022
2 parents 5d59f4e + 03c50d6 commit 003eb3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>10</source>
<target>10</target>
<annotationProcessorPaths>
<path>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 003eb3f

Please sign in to comment.