There was an error while loading. Please reload this page.
1 parent fa062d1 commit bb8c07cCopy full SHA for bb8c07c
1 file changed
pom.xml
@@ -74,6 +74,13 @@
74
<configuration>
75
<source>${java.version}</source>
76
<target>${java.version}</target>
77
+ <annotationProcessorPaths>
78
+ <path>
79
+ <groupId>org.projectlombok</groupId>
80
+ <artifactId>lombok</artifactId>
81
+ <version>${lombok.version}</version>
82
+ </path>
83
+ </annotationProcessorPaths>
84
</configuration>
85
</plugin>
86
<plugin>
0 commit comments