-
Notifications
You must be signed in to change notification settings - Fork 134
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
Upgrade gradle-errorprone #1371
Conversation
Generate changelog in
|
errorProneArgs is now a property so you can't do https://github.com/palantir/gradle-baseline/blob/develop/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineErrorProneIntegrationTest.groovy#L173 |
Ya I noticed :( its quite unfortunate since its pretty common for people to configure checks that way. I think we may want to hold off on merging this until we have a replacement. My current thoughts are to propose the following to the upstream plugin:
Eh, actually looking at it they already expose pretty nice methods configuring checks. ex: Line 173 in d039b4b
|
yeah, I think current version of the plugin has nice apis. Just the original version only really had the array based method and we stuck to it. |
Before this PR
We had blocked upgrades of gradle-errorprone because we were worried about forcing a "high" dependency on gradle (5.2). Since then gradle has released a bunch and the fleet has been keeping up to date so we no longer have to be worried about the dependency.
After this PR
==COMMIT_MSG==
Upgrade gradle-errorprone
==COMMIT_MSG==
Possible downsides?
N/A