https://bz.apache.org/bugzilla/show_bug.cgi?id=66416
Bug ID: 66416
Summary: issue with ant-launcher 1.10.13 JPM module
Product: Ant
Version: 1.10.13
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When testing Apache POI with the ant 1.10.13 release, the build failed with
this error:
> Task :poi-excelant:test
at
org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:415)
Error occurred during initialization of boot layer
at
org.gradle.process.internal.worker.DefaultWorkerProcess.onProcessStop(DefaultWorkerProcess.java:145)
java.lang.module.FindException: Unable to derive module descriptor for
/home/runner/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant-launcher/1.10.13/331234763210702757a5780437844c6aef5d2bdf/ant-launcher-1.10.13.jar
at
org.gradle.process.internal.worker.DefaultWorkerProcess.access$000(DefaultWorkerProcess.java:42)
Caused by: java.lang.module.InvalidModuleDescriptorException: allow.class found
in top-level directory (unnamed package not allowed in module)
at
org.gradle.process.internal.worker.DefaultWorkerProcess$1.executionFinished(DefaultWorkerProcess.java:98)
Error occurred during initialization of boot layer
--
You are receiving this mail because:
You are the assignee for the bug.