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 d8ca48c commit 4a75e8bCopy full SHA for 4a75e8b
1 file changed
pom.xml
@@ -92,8 +92,7 @@
92
</dependencies>
93
94
<properties>
95
- <maven.compiler.source>8</maven.compiler.source>
96
- <maven.compiler.target>8</maven.compiler.target>
+ <maven.compiler.release>17</maven.compiler.release>
97
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
98
</properties>
99
@@ -187,6 +186,19 @@
187
186
</execution>
188
</executions>
189
</plugin>
+ <plugin>
190
+ <groupId>org.apache.maven.plugins</groupId>
191
+ <artifactId>maven-compiler-plugin</artifactId>
192
+ <configuration>
193
+ <annotationProcessorPaths>
194
+ <path>
195
+ <groupId>org.projectlombok</groupId>
196
+ <artifactId>lombok</artifactId>
197
+ <version>1.18.42</version>
198
+ </path>
199
+ </annotationProcessorPaths>
200
+ </configuration>
201
+ </plugin>
202
</plugins>
203
</build>
204
</profile>
0 commit comments