Skip to content

Does not support annotationProcessors #138

@renatoathaydes

Description

@renatoathaydes

The Maven Compiler plugin supports declaration of annotation processors like this:

<annotationProcessors>
<annotationProcessor>org.checkerframework.checker.nullness.NullnessChecker</annotationProcessor>
</annotationProcessors>

When I use this with the Groovy Eclipse plugin, an error occurs:

Compilation failure
[ERROR] Failure executing groovy-eclipse compiler:
[ERROR] Unrecognized option : -processor

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions