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,7 @@
plugins {
id 'java-library'
}
java {
modularity.inferModulePath = true
}