Skip to content

Commit f1cebbe

Browse files
committed
try to fix lombok
Signed-off-by: christian.lutnik <[email protected]>
1 parent 94b1329 commit f1cebbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,11 @@
718718
<artifactId>jmh-generator-annprocess</artifactId>
719719
<version>1.37</version>
720720
</path>
721+
<path>
722+
<groupId>org.projectlombok</groupId>
723+
<artifactId>lombok</artifactId>
724+
<version>1.16.20</version>
725+
</path>
721726
</annotationProcessorPaths>
722727
</configuration>
723728
</plugin>

0 commit comments

Comments
 (0)