-
Notifications
You must be signed in to change notification settings - Fork 857
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
IntelliJ fails to build GJF due to ErrorProne+Java8 #417
Comments
It looks like this configuration isn't getting pick up: Line 267 in bd17670
The easiest work-around might be to run on JDK 11. |
Would it work with IntelliJ's ErrorProne plugin? |
I think it might; I think I had it installed at some point and then the
problem went away. Still, that's another complication, especially if I want
to use GJF as a library.
…On Wed, Nov 13, 2019 at 11:01 PM Thomas Broyer ***@***.***> wrote:
Would it work with IntelliJ's ErrorProne plugin?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#417?email_source=notifications&email_token=AAPH6YK5NGBZN3322DPKJKDQTTZWLA5CNFSM4JMBKC22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEAZ5HQ#issuecomment-553754270>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPH6YITQQBCBRZS5BE6CTDQTTZWLANCNFSM4JMBKC2Q>
.
|
You could also try manually activating the |
Did enabling the |
Enabling the |
Repro:
Observe:
System information:
Things to note -
mvn install
succeeds in building GJF.Workaround -
The text was updated successfully, but these errors were encountered: