mirror of
https://github.com/gradle/actions.git
synced 2025-08-23 18:31:28 +08:00
Bump to use v1.2.0 of the dep-graph plugin
This commit is contained in:
parent
58d5bdcbe5
commit
a97b588d8e
@ -4,7 +4,7 @@ buildscript {
|
|||||||
return System.getProperty(name) ?: System.getenv(envVarName)
|
return System.getProperty(name) ?: System.getenv(envVarName)
|
||||||
}
|
}
|
||||||
def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url') ?: 'https://plugins.gradle.org/m2'
|
def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url') ?: 'https://plugins.gradle.org/m2'
|
||||||
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.1.1'
|
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.0'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url pluginRepositoryUrl }
|
maven { url pluginRepositoryUrl }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user