Skip to content

Commit

Permalink
Adding static modifier to lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Aug 11, 2023
1 parent b0c8cfe commit b1ae322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module de.cuioss.java.tools {
requires lombok;
requires static lombok;
requires java.desktop;
requires java.logging;

Expand Down

0 comments on commit b1ae322

Please sign in to comment.