Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle Annotation Processor not running in subprojects #77

Open
GoldenGamerLP opened this issue Jun 22, 2023 · 0 comments
Open

Gradle Annotation Processor not running in subprojects #77

GoldenGamerLP opened this issue Jun 22, 2023 · 0 comments

Comments

@GoldenGamerLP
Copy link

GoldenGamerLP commented Jun 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant