Use 1.0.0 release of dependency graph plugin

This commit is contained in:
daz 2023-11-27 17:45:04 +10:00
parent 375481748b
commit 87a9a15658
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:1.0.0-rc-1"
classpath "org.gradle:github-dependency-graph-gradle-plugin:1.0.0"
}
}
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin