We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5c505 commit 0075249Copy full SHA for 0075249
1 file changed
pom.xml
@@ -197,6 +197,19 @@
197
</image>
198
</configuration>
199
</plugin>
200
+ <plugin>
201
+ <groupId>org.apache.maven.plugins</groupId>
202
+ <artifactId>maven-compiler-plugin</artifactId>
203
+ <configuration>
204
+ <annotationProcessorPaths>
205
+ <path>
206
+ <groupId>org.projectlombok</groupId>
207
+ <artifactId>lombok</artifactId>
208
+ <version>${lombok.version}</version>
209
+ </path>
210
+ </annotationProcessorPaths>
211
+ </configuration>
212
+ </plugin>
213
</plugins>
214
</pluginManagement>
215
</build>
0 commit comments