We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting Cannot get the value of write-only property.
Cannot get the value of write-only property
Workaround:
se.bjurr.violations.gradle.plugin.ViolationsTask.metaClass.setMaxViolationsWithProvider = { givenProvider -> [email protected](givenProvider) } task violations(type: se.bjurr.violations.gradle.plugin.ViolationsTask) { setMaxViolationsWithProvider(extension.maxViolations) }
The text was updated successfully, but these errors were encountered:
fix: allow lazy loading of maxViolations (refs #23)
0362591
breaking: enabling lazy loading of all configuration (refs #23)
ad35cda
No branches or pull requests
Getting
Cannot get the value of write-only property
.Workaround:
The text was updated successfully, but these errors were encountered: