Open TWiStErRob opened 1 week ago
Have a draft fix at https://github.com/TWiStErRob/dependency-analysis-android-gradle-plugin/pull/1, happy to raise a PR if you think it's good enough as it is, or feel free to take it and run with it.
Thanks for the issue! I am aware of this deprecation. I'll take a look at your draft PR.
Build scan link N/A Plugin version 2.4.2 Gradle version 8.11-rc-1 .. 8.11-rc-3 JDK version 17, but not relevant. Kotlin and Kotlin Gradle Plugin (KGP) version 2.0.21 Android Gradle Plugin (AGP) version 8.7.2
Describe the bug Plugin uses deprecated API:
It'll break on Gradle 9.0 and is not possible to use
org.gradle.warning.mode=fail
in consumer projects from 8.11.To Reproduce Steps to reproduce the behavior:
Expected behavior Plugin does not trigger unfixable Gradle deprecations.
Additional context