Update to dep-graph plugin 0.4.0

This commit is contained in:
daz
2023-09-25 21:17:05 -06:00
committed by Daz DeBoer
parent b5126f31db
commit 4441c9f9bf
4 changed files with 14 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.2.0"
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.4.0"
}
}
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin