-
Notifications
You must be signed in to change notification settings - Fork 460
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
Non-reproducible behavior around dependency verification with Spotless plugin #815
Comments
Seems like this is becoming an issue for more people, so I'll outline some fixes. Easy surface fixOne thing which might work is to switch from detached configurations to named configurations. spotless/plugin-gradle/src/main/java/com/diffplug/gradle/spotless/GradleProvisioner.java Lines 71 to 74 in a4a86aa
I would do this by generating a name like Hard deep fixA harder thing to do is to rip up the entire This deeper fix should be slower than what we're doing now. Rather than resolving ImplementingDoing the easy fix is easy, but it's not gonna make the top of my todo. If anyone wants to submit a PR, I'd be happy to merge and release. Doing the deeper fix is hard. If somebody wants to try, by all means feel free to take a shot. If you build something that works and fixes all the problems, I'll be happy to merge and release quickly. But there will certainly be lots of breaking changes in the |
In |
I have a hunch that Gradle's heavy use of caching won't have a huge impact on performance. |
I expect this will get fixed by |
According to my testing, fixed by gradle/gradle#18915 |
See: gradle/gradle#16500
The text was updated successfully, but these errors were encountered: