Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Revert proc=only in compiler plugin to apply annotation processors along with compilation.

See spring-projects#3229
  • Loading branch information
mp911de committed Feb 16, 2024
1 parent 29138a4 commit fc8092d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fc8092d

Please sign in to comment.