Skip to content

Gradle Annotation Processor not running in subprojects #77

@GoldenGamerLP

Description

@GoldenGamerLP

Hello there,

im currently facing the trouble of the annotation processor not running in any subprojects in gradle, or even through using jitpack. Im currently trying to use the META-INF.services.javax.annotation.processing.Processor and putting my class which extends ClassIndexProcessor in there, but getting following error:

com.sun.tools.javac.code.Symbol$CompletionFailure: class file for org.atteo.classindex.IndexAnnotated not found
error: [ClassIndexProcessor] Internal error: class file for org.atteo.classindex.IndexAnnotated not found
1 error

[ClassIndexProcessor] Internal error: class file for org.atteo.classindex.IndexAnnotated not found

For more detailed code please visit my project: GoldenGamerLP/DependencyLoader
or go to jitpack and add it to your project.

Thanks for reading.

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