The issue has already been fixed and will be released soon. Check the issue ticket for more details:

https://youtrack.jetbrains.com/issue/IDEA-231506

0

You also get a similar error if you are behind a firewall - the download of the compiler with-dependencies jar will likely be blocked.

However, this avoiding by fetching the jar to your local maven repo, via your existing corporate maven mirror:

mvn dependency:get -Dartifact=com.google.errorprone:error_prone_core:2.6.0:jar:with-dependencies
0

请先登录再写评论。