updated lys-catalog version
Some checks failed
CI / build (push) Failing after 2m40s

This commit is contained in:
2024-12-31 16:51:02 +08:00
parent 4a22d2380e
commit b3dce6d691
8 changed files with 44 additions and 31 deletions

View File

@@ -136,11 +136,13 @@ test {
}.first()
systemProperties([
'junit.jupiter.engine.jar' : junitJupiterEngineJar.toString(),
'path.classloader.test.bundle' : pathClassLoaderTestBundleTask.get().outputs.files.singleFile,
'path.classloader.test.bundle' : pathClassLoaderTestBundleTask.flatMap { it.archiveFile }.get().asFile,
'zip.test.bundle' : configurations.zipTestBundle.singleFile
])
jvmArgs(['--add-opens', 'java.base/sun.nio.fs=ALL-UNNAMED'])
jvmArgs([
'--add-opens', 'java.base/sun.nio.fs=ALL-UNNAMED',
])
}