You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Gradle incremental compilation for AutoValue and AutoFactory.
The previous attempt to do so left out AutoFactory. It was also wrong because the new `annotationProcessorPath` entry was added to the path for compiling tests, not the processor itself.
Fixes#1071 (again).
RELNOTES=Fixed Gradle incremental compilation.
PiperOrigin-RevId: 368851801
0 commit comments