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

@@ -25,6 +25,8 @@ dependencyResolutionManagement {
rootProject.name = 'jwo'
include('benchmark')
include('jmath')
include('jmath-benchmark')
include 'benchmark'
include 'jmath'
include 'jmath-benchmark'
include 'jwo-test'
include 'jwo-test-module'