I have a java project, and I have the following setups for this project.
IDE: Intellij Ultimate 2020.03 JDK: Oracle 11.0.1 Maven: 3.6.3
Then, under Compiler -> Java Compiler -> Override compiler parameters per-module: Compilation optinos, I have
-parameters -XDcompilePolicy=byfile "-Xplugin:ErrorProne -Xep:ParameterName:OFF -Xep:FallThrough:OFF"
But when I click on build, I always got this error -
java: plug-in not found: ErrorProne
What should I configure for this project?
I had the same problem using JDK 11 set in PATH and 14 Idea's project configurations. I just changed project's used version to 11 (or maybe it should be set to what Idea is able to find) .
My config is pretty default.