Skip to content

Commit

Permalink
fix: configure annotation processor paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 13, 2024
1 parent 7906a67 commit d592b60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d592b60

Please sign in to comment.