Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 87a9a15

Browse files
committed
Use 1.0.0 release of dependency graph plugin
1 parent 3754817 commit 87a9a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
maven { url "https://plugins.gradle.org/m2/" }
44
}
55
dependencies {
6-
classpath "org.gradle:github-dependency-graph-gradle-plugin:1.0.0-rc-1"
6+
classpath "org.gradle:github-dependency-graph-gradle-plugin:1.0.0"
77
}
88
}
99
apply plugin: org.gradle.github.GitHubDependencyGraphPlugin

0 commit comments

Comments
 (0)