We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa2d92 commit 5376f2eCopy full SHA for 5376f2e
pom.xml
@@ -27,6 +27,21 @@
27
</dependencies>
28
<build>
29
<plugins>
30
+ <plugin>
31
+ <groupId>org.apache.maven.plugins</groupId>
32
+ <artifactId>maven-compiler-plugin</artifactId>
33
+ <version>3.11.0</version> <configuration>
34
+ <source>${maven.compiler.source}</source>
35
+ <target>${maven.compiler.target}</target>
36
+ <annotationProcessorPaths>
37
+ <path>
38
+ <groupId>org.projectlombok</groupId>
39
+ <artifactId>lombok</artifactId>
40
+ <version>1.18.32</version> </path>
41
+ </annotationProcessorPaths>
42
+ </configuration>
43
+ </plugin>
44
+
45
<plugin>
46
<groupId>org.apache.maven.plugins</groupId>
47
<artifactId>maven-jar-plugin</artifactId>
0 commit comments