Skip to content

Commit 0f652ba

Browse files
Copilottrask
andcommitted
Add dependency analysis plugin to identify unused dependencies
Co-authored-by: trask <[email protected]>
1 parent 604ed15 commit 0f652ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle.kts

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

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

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

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ 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"
910
}
1011
}
1112

0 commit comments

Comments
 (0)