-
Notifications
You must be signed in to change notification settings - Fork 580
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
Replace auto-value dependency declaration with kapt #6423
Conversation
Old declaration is deprecated. The generated error message is xx-xx: 'annotationProcessor' dependencies won't be recognized as kapt annotation processors. Please change the configuration name to 'kapt' for these artifacts: 'com.google.auto.value:auto-value:1.10.1'.
Release note changesNo release note changes were detected. If you made changes that should be |
Vertex AI Mock Responses Check
|
Generated by 🚫 Danger |
Test Results20 files - 26 20 suites - 26 36s ⏱️ -51s Results for commit b32d032. ± Comparison against base commit 7542831. This pull request removes 463 and adds 23 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Old declaration is deprecated. The generated error message is
xx-xx: 'annotationProcessor' dependencies won't be recognized as kapt annotation processors. Please change the configuration name to 'kapt' for these artifacts: 'com.google.auto.value:auto-value:1.10.1'.