Skip to content

Commit 8379f6a

Browse files
authored
Use v1.4.0 of dependency graph plugin (#638)
1 parent 9f79b5f commit 8379f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/src/resources/init-scripts/gradle-actions.github-dependency-graph-gradle-plugin-apply.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url') ?: 'https://plugins.gradle.org/m2'
77
def pluginRepositoryUsername = getInputParam('gradle.plugin-repository.username')
88
def pluginRepositoryPassword = getInputParam('gradle.plugin-repository.password')
9-
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.3.2'
9+
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.4.0'
1010

1111
logger.lifecycle("Resolving dependency graph plugin ${dependencyGraphPluginVersion} from plugin repository: ${pluginRepositoryUrl}")
1212
repositories {

0 commit comments

Comments
 (0)