-
Notifications
You must be signed in to change notification settings - Fork 34
Find a way to make ErrorProne work in IntelliJ IDEA #1069
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
Comments
A way to activate a certain Maven profile only within IDEA: https://stackoverflow.com/questions/24760387/activate-certain-maven-profile-in-intellij-idea-only |
I just ran into this when cloning a fresh santuario-java from Bitbucket.
|
@peterdemaeyer Hey Peter and thanks for letting me know! Now I know that I'm not alone who has faced this :) It would be great to file an issue in IDEA issue tracker. If you would do this, please, let me know as well. |
@peterdemaeyer did you amend settings accordingly? |
Ah, indeed, that was it, thanks! |
Do you know guys that you can share IDEA settings in git and everybody will
have the same setup?
Also did you try to delegate build to maven from IDEA?
вс, 16 февр. 2020 г. в 12:01, Peter De Maeyer <[email protected]>:
… Ah, indeed, that was it, thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1069?email_source=notifications&email_token=AAJ4XAVJ467EVSVW7WEPVZ3RDD6G5A5CNFSM4H6TQGPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL4BIFI#issuecomment-586683413>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ4XAVKQFT45ZLNC7Q5S3TRDD6G5ANCNFSM4H6TQGPA>
.
|
Compilation fails with the following error when it's being run in IDEA:
It's a known issue (google/error-prone#535) and it seems like installing ErrorProne plugin (https://errorprone.info/docs/installation) should solve it. Need to test it and update documentation.
If it doesn't work, we should mention it in the documentation (for instance, in
README.md
) anyway.Reported by @mukeshk
The text was updated successfully, but these errors were encountered: