Skip to content

Commit 501fade

Browse files
committed
Enable the annotation processor explicitly to avoid a warning with Java 21
1 parent 29af0d2 commit 501fade

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@
143143
<configuration>
144144
<source>8</source>
145145
<target>8</target>
146+
<compilerArgs>
147+
<arg>-proc:full</arg>
148+
</compilerArgs>
146149
</configuration>
147150
</plugin>
148151
<plugin>

0 commit comments

Comments
 (0)