| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.4.0-alpha12" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0-alpha12)" variant="all" version="8.4.0-alpha12"> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Avoid using method findByName" |
| errorLine1=" if (project.rootProject.tasks.findByName("lockClocks") == null) {" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/benchmark/gradle/BenchmarkPlugin.kt"/> |
| </issue> |
| |
| <issue |
| id="EagerGradleConfiguration" |
| message="Avoid using method findByName" |
| errorLine1=" if (project.rootProject.tasks.findByName("unlockClocks") == null) {" |
| errorLine2=" ~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/benchmark/gradle/BenchmarkPlugin.kt"/> |
| </issue> |
| |
| <issue |
| id="GradleProjectIsolation" |
| message="Use providers.gradleProperty instead of findProperty" |
| errorLine1=" if (!project.findProperty(ADDITIONAL_TEST_OUTPUT_KEY).toString().toBoolean()) {" |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/benchmark/gradle/BenchmarkPlugin.kt"/> |
| </issue> |
| |
| <issue |
| id="GradleProjectIsolation" |
| message="Use providers.gradleProperty instead of findProperty" |
| errorLine1=" project.findProperty("androidx.benchmark.lockClocks.cores")?.toString() ?: """ |
| errorLine2=" ~~~~~~~~~~~~"> |
| <location |
| file="src/main/kotlin/androidx/benchmark/gradle/BenchmarkPlugin.kt"/> |
| </issue> |
| |
| </issues> |