mirror of
https://github.com/gradle/actions.git
synced 2025-08-18 23:01:27 +08:00
Use v1.2.1 of dep-graph plugin
This commit is contained in:
parent
09bd32c78f
commit
aaf44989e3
@ -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.0'
|
||||
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.1'
|
||||
|
||||
repositories {
|
||||
maven { url pluginRepositoryUrl }
|
||||
|
Loading…
x
Reference in New Issue
Block a user