Skip to content

Commit 8b87973

Browse files
Copilottrask
andcommitted
Revert dependency-analysis plugin addition from settings.gradle.kts and build.gradle.kts
Co-authored-by: trask <[email protected]>
1 parent fefffdc commit 8b87973

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33

44
id("com.github.ben-manes.versions")
55
id("ai.spotless-conventions")
6-
id("com.autonomousapps.dependency-analysis")
76
}
87

98
val isRelease = (System.getProperty("isRelease") ?: "false").toBoolean()

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pluginManagement {
66
id("com.github.jk1.dependency-license-report") version "2.9"
77
id("me.champeau.jmh") version "0.7.3"
88
id("com.gradle.plugin-publish") version "1.3.1"
9-
id("com.autonomousapps.dependency-analysis") version "2.10.0"
109
}
1110
}
1211

0 commit comments

Comments
 (0)