Use latest github-dependency-graph-gradle-plugin

This commit is contained in:
daz 2023-07-10 07:16:49 -06:00
parent 7a67f395d2
commit cef72ff9e4
No known key found for this signature in database

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.3"
classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.5"
}
}
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin