Skip to content

Commit

Permalink
Make sure every module exports its packages (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd authored Dec 3, 2024
1 parent 2ee0bc7 commit 9eec9ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions classloader/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
module io.smallrye.common.classloader {
exports io.smallrye.common.classloader;
}
1 change: 1 addition & 0 deletions io/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
module io.smallrye.common.io {
exports io.smallrye.common.io.jar;
}
1 change: 1 addition & 0 deletions os/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
module io.smallrye.common.os {
exports io.smallrye.common.os;
}

0 comments on commit 9eec9ec

Please sign in to comment.