mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
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…
x
Reference in New Issue
Block a user