Skip to content

Commit

Permalink
IPROTO-248 Make parent/pom.xml valid against Maven XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
pruivo authored and tristantarrant committed Sep 26, 2022
1 parent ec8d650 commit a2948b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration combine.self="append">
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
<!-- both maven and javac are buggy regarding handling of APs with incremental compilation -->
Expand Down

0 comments on commit a2948b8

Please sign in to comment.