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

@@ -27,6 +27,7 @@ allprojects {
}
dependencies {
testRuntimeOnly project(':jwo-test-module')
testImplementation catalog.junit.jupiter.api
testImplementation catalog.junit.jupiter.params
testRuntimeOnly catalog.junit.jupiter.engine
@@ -97,7 +98,6 @@ ext {
setProperty('jpms.module.name', 'net.woggioni.jwo')
}
configurations {
pathClassloaderTest
zipTestBundle {
@@ -144,5 +144,3 @@ test {
'--add-opens', 'java.base/sun.nio.fs=ALL-UNNAMED',
])
}