From cef72ff9e46d27435883d90b1cbd77b83aa840b9 Mon Sep 17 00:00:00 2001 From: daz Date: Mon, 10 Jul 2023 07:16:49 -0600 Subject: [PATCH] Use latest github-dependency-graph-gradle-plugin --- .../github-dependency-graph-gradle-plugin-apply.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/init-scripts/github-dependency-graph-gradle-plugin-apply.groovy b/src/resources/init-scripts/github-dependency-graph-gradle-plugin-apply.groovy index 4a03440..6f4202b 100644 --- a/src/resources/init-scripts/github-dependency-graph-gradle-plugin-apply.groovy +++ b/src/resources/init-scripts/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.0.3" + classpath "org.gradle:github-dependency-graph-gradle-plugin:0.0.5" } } apply plugin: org.gradle.github.GitHubDependencyGraphPlugin