added some utilities

This commit is contained in:
2022-12-09 09:40:47 +08:00
parent 541166dc35
commit d3c32b1765
16 changed files with 1045 additions and 55 deletions

View File

@@ -72,6 +72,8 @@ test {
'junit.jupiter.engine.jar' : junitJupiterEngineJar.toString(),
'path.classloader.test.bundle' : pathClassLoaderTestBundleTask.get().outputs.files.singleFile
])
jvmArgs(['--add-opens', 'java.base/sun.nio.fs=ALL-UNNAMED'])
}
publishing {