Polishing.

Revert proc=only in compiler plugin to apply annotation processors along with compilation.

See #3229
This commit is contained in:
Mark Paluch
2024-02-16 14:50:00 +01:00
parent 29138a46ed
commit fc8092dd33

View File

@@ -340,7 +340,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<proc>only</proc>
<annotationProcessorPaths>
<path>
<groupId>com.querydsl</groupId>