Skip to content

Commit 28538f1

Browse files
authored
Merge pull request #1645 from steve-community/1644-error-when-compiling-with-openjdk-23
add annotationProcessorPaths (closes #1644)
2 parents d22af5a + 6467442 commit 28538f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,13 @@
181181
<configuration>
182182
<source>${java.version}</source>
183183
<target>${java.version}</target>
184+
<annotationProcessorPaths>
185+
<path>
186+
<groupId>org.projectlombok</groupId>
187+
<artifactId>lombok</artifactId>
188+
<version>${lombok.version}</version>
189+
</path>
190+
</annotationProcessorPaths>
184191
</configuration>
185192
</plugin>
186193

0 commit comments

Comments
 (0)