added JPMS URL stream handler
All checks were successful
CI / build (push) Successful in 1m41s

This commit is contained in:
2025-01-09 16:13:38 +08:00
parent 8af4a84e49
commit 89817c5624
16 changed files with 176 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
open module net.woggioni.jwo.test.module {
exports my.test.resource;
}

View File

@@ -0,0 +1,4 @@
package my.test.resource;
public class Foo {
}

View File

@@ -0,0 +1 @@
test