From 87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 Mon Sep 17 00:00:00 2001 From: daz Date: Mon, 27 Nov 2023 17:45:04 +1000 Subject: [PATCH] Use 1.0.0 release of dependency graph plugin --- ...ld-action.github-dependency-graph-gradle-plugin-apply.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy b/src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy index 7dec408..37cc8ca 100644 --- a/src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy +++ b/src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy @@ -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