Skip to content

Commit

Permalink
try to fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Feb 5, 2025
1 parent a03aaf2 commit fdc791f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
</goals>
</execution>
</executions>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit fdc791f

Please sign in to comment.