Adding missing lombok anntation (cannot build without it from scratch) (#1785)
This commit is contained in:
parent
e983cf1e8e
commit
b5a94e0f34
7
pom.xml
7
pom.xml
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue