We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604ed15 commit 0f652baCopy full SHA for 0f652ba
build.gradle.kts
@@ -3,6 +3,7 @@ plugins {
3
4
id("com.github.ben-manes.versions")
5
id("ai.spotless-conventions")
6
+ id("com.autonomousapps.dependency-analysis")
7
}
8
9
val isRelease = (System.getProperty("isRelease") ?: "false").toBoolean()
settings.gradle.kts
@@ -6,6 +6,7 @@ pluginManagement {
id("com.github.jk1.dependency-license-report") version "2.9"
id("me.champeau.jmh") version "0.7.3"
id("com.gradle.plugin-publish") version "1.3.1"
+ id("com.autonomousapps.dependency-analysis") version "2.10.0"
10
11
12
0 commit comments