-
-
Notifications
You must be signed in to change notification settings - Fork 779
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
[V1.6.0 -> V1.7.4] Error reading configuration file, java.util.zip.ZipException: invalid code lengths set. #2582
Comments
More reproduction:
|
This happens due to classloader caching of the newer Gradle plugins (1.7.0+). I think we should introduce an additional timestamp comparision ... |
Yup, stopping all the gradle daemon seems to be a good temporary solution. 👍 |
I've added the regression and api tag as this hurts all extension authors. |
Expected Behavior
Detekt gradle task finish successfully when there are changes to custom
RuleProvider
orRule
.Observed Behavior
Detekt gralde task failed with the following stack.
Steps to Reproduce
RuleProvider
Your Environment
The text was updated successfully, but these errors were encountered: