Use 1.0.0 release of dependency graph plugin
Some checks failed
CI-init-script-check / test-init-scripts (push) Waiting to run
Demo Job Summary, for Gradle builds / run-gradle-builds (push) Has been cancelled
Demo Job Summary, for Gradle builds / pre-existing-gradle-home (push) Has been cancelled

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