Skip to content
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

Update to new Error Prone plugin #292

Merged
merged 1 commit into from
Dec 3, 2018
Merged

Update to new Error Prone plugin #292

merged 1 commit into from
Dec 3, 2018

Conversation

ZacSweers
Copy link
Collaborator

@ZacSweers ZacSweers commented Dec 2, 2018

Re-hash of #219, resolves #218

I'd like to unify this configuration to a shared gradle file like errorprone-config.gradle, but I can't figure out how to do that cleanly in a root build.gradle since
A. per-project plugins don't seem to be registered yet at that point (can't check if a subproject is a java project)
B. can't seem to declare plugin other than via apply: plugin (though this part is manageable I guess)

Re-hash of #219, resolves #218

I'd like to unify this configuration to a shared gradle file like `errorprone-config.gradle`, but I can't figure out how to do that cleanly in a root build.gradle since
A. per-project plugins don't seem to be registered yet at that point (can't check if a subproject is a java project)
B. can't seem to declare plugin other than via `apply: plugin` (though this part is manageable I guess
@ZacSweers ZacSweers merged commit 2e65fff into master Dec 3, 2018
@ZacSweers ZacSweers deleted the z/newepplugin2 branch December 3, 2018 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move to new error prone plugin
2 participants