Skip to content

Commit

Permalink
Update Dependency Analysis Plugin to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Sep 23, 2024
1 parent f7cd8f7 commit adff35d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
plugins {
id("org.example.gradle.base.lifecycle.root")
id("org.example.gradle.check.format-gradle.root")
// https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1256
id("com.autonomousapps.dependency-analysis")
}
2 changes: 1 addition & 1 deletion gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins { `kotlin-dsl` }
repositories { gradlePluginPortal() }

dependencies {
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:2.0.1")
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:2.0.2")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
implementation("com.gradle:develocity-gradle-plugin:3.18")
implementation("io.fuchs.gradle.classpath-collision-detector:classpath-collision-detector:1.0.0")
Expand Down

0 comments on commit adff35d

Please sign in to comment.