Skip to content

Commit bb8c07c

Browse files
committed
add missing annotation processor
1 parent fa062d1 commit bb8c07c

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
@@ -74,6 +74,13 @@
7474
<configuration>
7575
<source>${java.version}</source>
7676
<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>
7784
</configuration>
7885
</plugin>
7986
<plugin>

0 commit comments

Comments
 (0)