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

Separate annotation from processor on AutoService #632

Closed
andreaselias opened this issue Apr 25, 2018 · 0 comments · Fixed by #675
Closed

Separate annotation from processor on AutoService #632

andreaselias opened this issue Apr 25, 2018 · 0 comments · Fixed by #675
Assignees

Comments

@andreaselias
Copy link

Should separate the annotation from the processor, this way we wont get the following warning and it would be prepared for gradle 5.

The following annotation processors were detected on the compile classpath: 'com.google.auto.service.processor.AutoServiceProcessor'. Detecting annotation processors on the compile classpath is deprecated and Gradle 5.0 will ignore them. Please add them to the annotation processor path instead. If you did not intend to use annotation processors, you can use the '-proc:none' compiler argument to ignore them.

ronshapiro added a commit that referenced this issue Nov 6, 2018
Fixes #632

RELNOTES=`@AutoService` now has a separate artifact (`auto-service-annotations`) separate from the annotation processor (still `auto-service`)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219696198
@ronshapiro ronshapiro mentioned this issue Nov 6, 2018
ronshapiro added a commit that referenced this issue Nov 6, 2018
Fixes #632

RELNOTES=`@AutoService` now has a separate artifact (`auto-service-annotations`) separate from the annotation processor (still `auto-service`)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219696198
greenrobot-team added a commit to objectbox/objectbox-java-generator that referenced this issue Aug 2, 2021
greenrobot-team added a commit to objectbox/objectbox-java-generator that referenced this issue Feb 27, 2024
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

Successfully merging a pull request may close this issue.

2 participants