Skip to content

Commit

Permalink
fix: enable annotation processor path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 13, 2024
1 parent 5d705c5 commit a3dfc4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
<annotationProcessorPaths>
<annotationProcessorPath>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a3dfc4e

Please sign in to comment.