dependency-analysis-gradle-plugin
dependency-analysis-gradle-plugin copied to clipboard
Enable useTypesafeProjectAccessors with fixVersions
Build scan link
Plugin version
2.16.0
Gradle version
8.13
JDK version
21
(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version
2.1.20
(Optional) Android Gradle Plugin (AGP) version
8.9.1
(Optional) reason output for bugs relating to incorrect advice
Describe the bug
With config
dependencyAnalysis {
useTypesafeProjectAccessors(true)
}
Running ./gradlew buildHealth outputs projects.common.domain correctly.
But running ./gradlew fixDependencies continues to use project(':common:domain')
To Reproduce Steps to reproduce the behavior:
- ...
Expected behavior
Additional context
Thanks for the issue.