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 . 😢