Skip to content

Commit 857a7f7

Browse files
author
Sylwester Zieliński
committed
Add Gradle dependencies helper
1 parent ca387de commit 857a7f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ buildscript {
2121
classpath "io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE"
2222
classpath "com.google.dagger:hilt-android-gradle-plugin:2.40.4"
2323
classpath "io.github.gradle-nexus:publish-plugin:$gradle_nexus_publish_plugin"
24+
classpath "com.autonomousapps:dependency-analysis-gradle-plugin:0.78.0"
2425
}
2526
}
2627

@@ -39,3 +40,4 @@ task clean(type: Delete) {
3940
// Maven Central publishing
4041
apply plugin: 'io.github.gradle-nexus.publish-plugin'
4142
apply from: rootProject.file('gradle/publish-root.gradle')
43+
apply plugin: "com.autonomousapps.dependency-analysis"

0 commit comments

Comments
 (0)