blob: b3561381660a317e56d98efb2321aa2573e65e33 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.4.0-alpha09" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0-alpha09)" variant="all" version="8.4.0-alpha09">
<issue
id="EagerGradleConfiguration"
message="Avoid using eager method get"
errorLine1=" it.jars.from(jar.get().archiveFile)"
errorLine2=" ~~~">
<location
file="src/main/kotlin/androidx/inspection/gradle/DexInspectorTask.kt"/>
</issue>
<issue
id="EagerGradleConfiguration"
message="Avoid using eager method get"
errorLine1=" val fileTree = project.fileTree(zipTask.get().destinationDir)"
errorLine2=" ~~~">
<location
file="src/main/kotlin/androidx/inspection/gradle/ShadowDependenciesTask.kt"/>
</issue>
<issue
id="EagerGradleConfiguration"
message="Avoid using eager method get"
errorLine1=" it.from(versionTask.get().outputDir)"
errorLine2=" ~~~">
<location
file="src/main/kotlin/androidx/inspection/gradle/ShadowDependenciesTask.kt"/>
</issue>
<issue
id="EagerGradleConfiguration"
message="Avoid using eager method get"
errorLine1=" it.from(versionTask.get().outputDir)"
errorLine2=" ~~~">
<location
file="src/main/kotlin/androidx/inspection/gradle/ShadowDependenciesTask.kt"/>
</issue>
<issue
id="WithPluginClasspathUsage"
message="Avoid usage of GradleRunner#withPluginClasspath, which is broken. Instead use something like https://github.com/autonomousapps/dependency-analysis-gradle-plugin/tree/main/testkit#gradle-testkit-support-plugin"
errorLine1=" .withPluginClasspath()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/test/kotlin/androidx/inspection/gradle/InspectionPluginTest.kt"/>
</issue>
</issues>