mirror of
https://github.com/gradle/actions
synced 2024-11-24 02:12:12 +00:00
Use v1.2.2 of dep-graph plugin
This commit is contained in:
parent
aaf44989e3
commit
2262487821
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ buildscript {
|
|||
return System.getProperty(name) ?: System.getenv(envVarName)
|
||||
}
|
||||
def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url') ?: 'https://plugins.gradle.org/m2'
|
||||
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.1'
|
||||
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.2'
|
||||
|
||||
repositories {
|
||||
maven { url pluginRepositoryUrl }
|
||||
|
|
Loading…
Reference in a new issue