Skip to content

Commit f5acdf4

Browse files
committed
fix: configure Lombok annotation processor for Maven 3.14+
1 parent 60a2744 commit f5acdf4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • friendly-id-samples/friendly-id-spring-boot-customized

friendly-id-samples/friendly-id-spring-boot-customized/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
<version>3.14.0</version>
6464
<configuration>
6565
<parameters>true</parameters>
66+
<annotationProcessorPaths>
67+
<path>
68+
<groupId>org.projectlombok</groupId>
69+
<artifactId>lombok</artifactId>
70+
<version>${lombok.version}</version>
71+
</path>
72+
</annotationProcessorPaths>
6673
</configuration>
6774
</plugin>
6875
<plugin>

0 commit comments

Comments
 (0)