Skip to content

Commit

Permalink
Update the annotation processing compiler options for laster JDKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Dec 11, 2023
1 parent e722f43 commit c56f8a3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,27 @@
<release>${jdk.release.version}</release>
</configuration>
</execution>
<execution>
<id>test-compile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
</path>
<path>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>${version.jboss-logging}</version>
</path>
</annotationProcessorPaths>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit c56f8a3

Please sign in to comment.