Updated annotation processor

This commit is contained in:
Andrea Cavalli 2024-10-17 22:15:12 +02:00
parent 25853a7fea
commit 7a60a0d6fa

View File

@ -134,12 +134,12 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>22</release>
<release>23</release>
<annotationProcessorPaths>
<annotationProcessorPath>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-processor</artifactId>
<version>33</version>
<version>43</version>
</annotationProcessorPath>
</annotationProcessorPaths>
<annotationProcessors>