From 8b6c211905d84dc9fc3c35be6f002fefea5f6b32 Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 8 Nov 2023 21:11:42 -0800 Subject: [PATCH] Bump to RC of github 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 5b40aca..7dec408 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:0.4.1" + classpath "org.gradle:github-dependency-graph-gradle-plugin:1.0.0-rc-1" } } apply plugin: org.gradle.github.GitHubDependencyGraphPlugin