3 comments

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

Regarding above comment: If behind a firewall, go into the plugin jar and edit library/error-prone.xml to specify the URLs in your internal nexus server to those jars. It will try to download regardless of whether the jars are in your local repo.

0

Please sign in to leave a comment.