Expected and Results
In the previous version, everything is fine
id "com.github.johnrengelman.shadow" version "8.1.1"
but when update to latest version
id "com.gradleup.shadow" version "9.1.0"
the shadowJar test failed with this error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':shadowJar'.
> Cannot expand ZIP '/home/ludo/.gradle/caches/modules-2/files-2.1/org.graalvm.js/js-community/24.2.2/f30ba393d9a64382fda48616af973773c906d2ec/js-community-24.2.2.pom'.
Related environment and versions
- id "com.gradleup.shadow" version "9.1.0"
- gradle version 8.13
Reproduction steps
The full reproduction is here, with a simple ./gradlew shadowJar
Anything else?
No response