We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bcc0de + e070270 commit fe817eaCopy full SHA for fe817ea
1 file changed
pom.xml
@@ -402,6 +402,13 @@
402
<source>${compiler.version}</source>
403
<target>${compiler.version}</target>
404
<encoding>${project.build.sourceEncoding}</encoding>
405
+ <annotationProcessorPaths>
406
+ <path>
407
+ <groupId>org.projectlombok</groupId>
408
+ <artifactId>lombok</artifactId>
409
+ <version>${lombok.version}</version>
410
+ </path>
411
+ </annotationProcessorPaths>
412
</configuration>
413
</plugin>
414
<plugin>
0 commit comments