Skip to content

Commit

Permalink
Adding missing lombok anntation (cannot build without it from scratch) (
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiddo authored Oct 21, 2024
1 parent e983cf1 commit b5a94e0
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 @@ -439,6 +439,13 @@
<compilerArgs>
<arg>-J-XX:MaxRAMPercentage=50.0</arg>
</compilerArgs>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok_version}</version>
</path>
</annotationProcessorPaths>
</configuration>
<executions>
<!-- Replacing default-compile as it is treated specially by maven -->
Expand Down

0 comments on commit b5a94e0

Please sign in to comment.