Skip to content

Project no longer builds in IDEA after #178 due to ErrorProbe plugin #199

@dwalluck

Description

@dwalluck

After #178, IDEA no longer seems to be able to handle the build. If I try to run PackageURLTest I get

java: plug-in not found: ErrorProne

I think that using forceLegacyJavacApi might have worked in all cases.

If I explicitly add error_prone_core to the classpath, it works:

<dependency>
  <groupId>com.google.errorprone</groupId>
  <artifactId>error_prone_core</artifactId>
  <version>${error.prone.core.version}</version>
  <scope>provided</scope>
</dependency

I guess since it's provided this could actually work without adding a runtime dependency, but it's a hack and I am trying to find a better solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions