Marcin Laskowski
04/19/2024, 4:57 PMbuild/intermediates/lint_model/debug/debug_artifact_libraries.xml
:
<libraries>
<library
name="androidx.annotation:annotation-jvm:1.6.0@jar"
jars="/Users/marcin.laskowski/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-jvm/1.6.0/a7257339a052df0f91433cf9651231bbb802b502/annotation-jvm-1.6.0.jar"
resolved="androidx.annotation:annotation-jvm:1.6.0"
provided="true"/>
....
</libraries>
The question is, are paths to gradle cache folder even supported in this kind of files? Can this be the root cause of poisoned cache?Marcin Laskowski
04/19/2024, 5:01 PMno
04/24/2024, 3:20 PMno
04/24/2024, 3:20 PMMarcin Laskowski
04/24/2024, 5:15 PMno
04/25/2024, 9:35 AMMarcin Laskowski
04/25/2024, 10:26 AMjars
in the build/intermediates/lint_model/debug/debug_artifact_libraries.xml
file<lint-module
format="1"
dir="/Users/marcin.laskowski/Developer/myproject/mymodule"
name=":mymodule"
type="LIBRARY"
maven="xyz:mymodule:"
agpVersion="8.3.2"
buildFolder="build"
bootClassPath="/Users/marcin.laskowski/Library/Android/sdk/platforms/android-34/android.jar:/Users/marcin.laskowski/Library/Android/sdk/build-tools/34.0.0/core-lambda-stubs.jar"
javaSourceLevel="11"
compileTarget="android-34"
neverShrinking="true">
<lintOptions
checkDependencies="true"
abortOnError="true"
absolutePaths="true"
warningsAsErrors="true"
ignoreTestSources="true"
checkReleaseBuilds="true"
explainIssues="true"/>
<variant name="debug"/>
</lint-module>
the above content was generated in build/intermediates/lint_model/debug/generateDebugLintModel/module.xml
fileMarcin Laskowski
04/25/2024, 10:32 AM<libraries>
<library
name="androidx.annotation:annotation-jvm:1.6.0@jar"
jars="/Users/marcin.laskowski/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-jvm/1.6.0/a7257339a052df0f91435cf9651231bbb802b502/annotation-jvm-1.6.0.jar"
resolved="androidx.annotation:annotation-jvm:1.6.0"
provided="true"/>
...
no
04/25/2024, 2:14 PMMarcin Laskowski
04/25/2024, 2:28 PM