-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
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
Merged
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
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.
The text was updated successfully, but these errors were encountered: