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 fefffdc commit 8b87973Copy full SHA for 8b87973
build.gradle.kts
@@ -3,7 +3,6 @@ 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,7 +6,6 @@ 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