Adding missing lombok anntation (cannot build without it from scratch) (#1785)

This commit is contained in:
Jens Kristian Villadsen 2024-10-21 15:46:39 +02:00 committed by GitHub
parent e983cf1e8e
commit b5a94e0f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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 -->