-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails with Gradle 4.3+ #339
Comments
This may be related to Gradle 4.3 automatically creating output directories/parent directories for output files added via the runtime API. |
+1 (gradle 4.3.*, lost half today trying to make (configurations.shadow and) publish task work) |
Any plans of fixing this soon ? |
@wolfs are we tracking this on our end? Seems like a substantial breakage. |
@ldaley No, we didn't analyze this breakage, yet. |
The details can be found in this PR from @rspieldenner https://github.com/johnrengelman/shadow/pull/351/files |
Fixed in c185881 |
2.0.2 is now available with this fix. |
Build fails with:
When used with Gradle 4.3+
Same build works like a charm with Gradle 4.2.1.
Shadow Version
2.0.1
Gradle Version
4.3
Expected Behavior
A successful build
Actual Behavior
Gradle Build Script(s)
Content of Shadow JAR (
jar tf <jar file>
- post link to GIST if too long)Not created... Build fails.
The text was updated successfully, but these errors were encountered: