Skip to content

Commit

Permalink
Add Java module exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 17, 2022
1 parent 94fa94f commit b298ea4
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
Expand Up @@ -4,4 +4,6 @@
requires org.apache.commons.io;
requires com.github.spotbugs.annotations;
requires com.google.errorprone.annotations;

exports edu.hm.hafner.util;
}

0 comments on commit b298ea4

Please sign in to comment.