Fixed
Status Update
Comments
cm...@google.com <cm...@google.com>
sp...@google.com <sp...@google.com> #2
Actually I believe it would throw a runtime error, not just be redundant:
if (mRecycled) {
throw new RuntimeException(toString() + " recycled twice!");
}
yc...@gmail.com <yc...@gmail.com> #3
Internal note: looks related to Change I39727bc67
sp...@google.com <sp...@google.com> #4
This will be fixed by Change I9baebec66991dd308edda2ce66f1225d25037644 in an upcoming release.
Thank you for the report!
Description
DESCRIBE THE ISSUE IN DETAIL:
STEPS TO REPRODUCE:
AndroidLintAnalysisTask
likelintAnalyzeDebug
on CI.AndroidLintAnalysisTask
likelintAnalyzeDebug
on another CI machine.Expected result: Cache input is reused across invocations across machines.
The
AndroidLintAnalysisTask
should use RuntimeClasspath normalization forjar
andaar
inputs instead of Relative Path normalization. See screenshot for details of the cache miss.@Classpath
.Version of Gradle Plugin: 7.2.1 Version of Gradle: 7.4.2 OS: Linux (Circle CI)