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 ca387de commit 857a7f7Copy full SHA for 857a7f7
build.gradle
@@ -21,6 +21,7 @@ buildscript {
21
classpath "io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE"
22
classpath "com.google.dagger:hilt-android-gradle-plugin:2.40.4"
23
classpath "io.github.gradle-nexus:publish-plugin:$gradle_nexus_publish_plugin"
24
+ classpath "com.autonomousapps:dependency-analysis-gradle-plugin:0.78.0"
25
}
26
27
@@ -39,3 +40,4 @@ task clean(type: Delete) {
39
40
// Maven Central publishing
41
apply plugin: 'io.github.gradle-nexus.publish-plugin'
42
apply from: rootProject.file('gradle/publish-root.gradle')
43
+apply plugin: "com.autonomousapps.dependency-analysis"
0 commit comments