Rework everything

This commit is contained in:
Christopher Schnick
2021-12-15 01:50:00 +01:00
parent a523dd210b
commit 8a36027a31
62 changed files with 1272 additions and 535 deletions

View File

@@ -0,0 +1,7 @@
module io.xpipe.core.test {
exports io.xpipe.core.test;
requires org.junit.jupiter.api;
requires org.junit.jupiter.params;
requires io.xpipe.core;
}