Skip to content

Commit

Permalink
Update gradle-dependency-analyze plugin to 1.9.0
Browse files Browse the repository at this point in the history
This update to 1.9.0 resolves some absolute path issues affecting the
cacheability of the `analyzeClassDependencies` task.
  • Loading branch information
clayburn committed Dec 22, 2022
1 parent 27e035e commit a6357da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
runtimeOnly("net.ltgt.gradle:gradle-errorprone-plugin:1.2.1") // Enable errorprone Java static analysis
runtimeOnly("org.ajoberstar.grgit:grgit-gradle:4.1.1") // Enable website git publish to asf-site branch
runtimeOnly("com.avast.gradle:gradle-docker-compose-plugin:0.14.12") // Enable docker compose tasks
runtimeOnly("ca.cutterslade.gradle:gradle-dependency-analyze:1.8.3") // Enable dep analysis
runtimeOnly("ca.cutterslade.gradle:gradle-dependency-analyze:1.9.0") // Enable dep analysis
runtimeOnly("gradle.plugin.net.ossindex:ossindex-gradle-plugin:0.4.11") // Enable dep vulnerability analysis
runtimeOnly("org.checkerframework:checkerframework-gradle-plugin:0.6.19") // Enable enhanced static checking plugin
}
Expand Down

0 comments on commit a6357da

Please sign in to comment.