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 05e47e0 commit eea80a2Copy full SHA for eea80a2
JavaCon/pom.xml
@@ -16,6 +16,7 @@
16
<properties>
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
<maven.compiler.release>23</maven.compiler.release>
19
+ <maven.compiler.proc>full</maven.compiler.proc> <!-- https://dzone.com/articles/using-lombok-library-witk-jdk-23 -->
20
21
<!-- testing -->
22
<junit-jupiter.version>5.11.3</junit-jupiter.version>
0 commit comments