Skip to content

Commit

Permalink
Lombok and JDK23 need to play together
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Nov 4, 2024
1 parent 843c95b commit 1b6ecf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
<shade.version>3.6.0</shade.version>
<project.reporting.outputEncoding>${encoding.utf8}</project.reporting.outputEncoding>
<project.build.sourceEncoding>${encoding.utf8}</project.build.sourceEncoding>
<!-- enable Lombok with JDK23 -->
<maven.compiler.proc>full</maven.compiler.proc>
</properties>
<build>
<defaultGoal>clean versions:display-dependency-updates versions:display-plugin-updates
Expand Down

0 comments on commit 1b6ecf6

Please sign in to comment.