dependency-analysis-gradle-plugin icon indicating copy to clipboard operation
dependency-analysis-gradle-plugin copied to clipboard

Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins

Results 139 dependency-analysis-gradle-plugin issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Today the configuration block supports the usage of `exclude` to indicate modules for whom the advice should be ignored but...

enhancement

This PR also sets the minimum version of Gradle required to use this plugin to 7.5. Intended to resolve https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/306. WIP until the remaining issues are also covered.

**Build scan link** https://ge.micronaut.io/s/slhg65invj4t2 **Plugin version** 1.0.0-rc-06 **Gradle version** 7.4.1 **Describe the bug** Applying the plugin to the root project fails with: ``` Caused by: org.gradle.api.InvalidUserCodeException: Cannot run Project.afterEvaluate(Action) when...

enhancement
more information needed

https://github.com/gradle/gradle/milestone/212?closed=1

**Feature Request** Provide Module Advice for Modules that are "KMP Ready" or "commonMain compatible". I love the current feature that allows us to determine if an Android module could be...

enhancement
toolchain:kotlin

**Plugin version** 1.10.0 **Gradle version** 7.4.2 **Describe the bug** Plugin reports dependency on project "a" as unused although a String constant from "a" is referenced by project "b". This happens...

bug
wontfix