Skip to content

Commit

Permalink
Fix molule info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Sep 5, 2024
1 parent a86bc87 commit bb03234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
open module fr.rakambda.progressbar {
requires static lombok;
requires static org.jetbrains.annotations;

requires org.jline.terminal;
requires org.slf4j;

exports fr.rakambda.progressbar.api.bar;
exports fr.rakambda.progressbar.api.render;
Expand Down

0 comments on commit bb03234

Please sign in to comment.