Skip to content

Commit

Permalink
Add exports for networking protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
netcodedev committed Feb 14, 2024
1 parent 6552e3a commit 7956498
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* It requires the OpenNetLib module and the Lombok library.
*/
module dev.bitbite.networking.protocols {
exports dev.bitbite.networking.protocols;
exports dev.bitbite.networking.protocols.http;

requires transitive dev.bitbite.opennetlib;
requires lombok;
}

0 comments on commit 7956498

Please sign in to comment.