-
Notifications
You must be signed in to change notification settings - Fork 1.2k
comment out the processor by default #4071
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
Conversation
Test Results 322 files 322 suites 3m 30s ⏱️ Results for commit 623adc1. |
|
@andimarek I'm trying to reproduce the issue mentioned here. If I uncomment the line above, I'm able to:
Do you have a specific workflow that is broken? |
|
@dfa1 one thing we always use is the IntelliJ compiler instead of gradle because it is much faster: Do you have the same?
|
it is same error? |
|
@bbakerman @dfa1 you need to increate the compiler memory setting ("Shared heap size") to something higher than the default:
This will solve your compile errors and will make it quite fast ... much faster than build with gradle |







Hey @dfa1 @bbakerman ,
unfortunately this really breaks idea rebuild/build functionality. We need to keep this commented out by default and put it back in if we want to run JMH tests from idea.
If you find another solution that would be great ... I spend some time finding one, but could not . 😢