More preparation for proper release

This commit is contained in:
Christopher Schnick
2022-03-09 22:51:04 +01:00
parent f7b37412b4
commit 146d1b5d6a
8 changed files with 87 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
module io.xpipe.api {
exports io.xpipe.api;
exports io.xpipe.api.connector;
requires transitive io.xpipe.core;
requires io.xpipe.beacon;