Update to latest plugin version

This commit is contained in:
daz
2023-07-17 15:12:30 -06:00
parent fa27d06744
commit 9f977db2d8
6 changed files with 14 additions and 40 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.0.6"
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.7"
}
}
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin