-
Notifications
You must be signed in to change notification settings - Fork 403
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
UnusedTracker produces path may not be null or empty string. path='null'
#425
Comments
Here is the Gradle build file producing the |
Going back to Shadow 4.0.1 solves the problem. |
See GradleUp/shadow#425 for details
I'm afraid this still happens with 4.0.4: |
Same here: 4.0.4 doesn't work, 4.0.1 does. |
@johnrengelman Shall we create a new issue or do you want to reopen this one? |
Having just encountered this in a rather complicated multi-project setup, I've found that if in an all projects configuration or similar, having
will end up causing |
I am also having this same problem with my build since I went to Gradle 5.x. Reverting the shadow plugin back to 4.0.1 seems to have fixed it for now. |
Could someone create a sample project to reproduce the problem and create a new issue? |
I ran into this on 5.0. In my multi-project build
This doesn’t work. In my project |
As @swankjesse said, shadow @johnrengelman Does the hint Jesse gave help? |
Is it possible to disable the |
OpenJDK 11, Shadow 4.0.2, Gradle 4.10.2
Full stacktrace at https://scans.gradle.com/s/gubxbmanlcctc/failure?openFailures=WzBd&openStackTraces=WzEse31d#top=0 which contains the line
at com.github.jengelman.gradle.plugins.shadow.internal.UnusedTracker$_getApiJarsFromProject_closure5.doCall(UnusedTracker.groovy:59)
.The text was updated successfully, but these errors were encountered: