Skip to content

Commit 21ecf4f

Browse files
authored
Use latest dependency-graph plugin (#489)
1 parent d9b1f17 commit 21ecf4f

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.1'
9+
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.3.2'
1010

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

0 commit comments

Comments
 (0)