Fix annotation processing in Maven

This commit is contained in:
2026-03-04 22:00:42 -07:00
parent c5da0582fb
commit 7609a8e825

10
pom.xml
View File

@@ -82,8 +82,10 @@
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<source>17</source>
<target>17</target>
<annotationProcessorPaths>
<path>