Use v1.2.1 of dep-graph plugin

This commit is contained in:
daz 2024-02-11 18:22:33 -07:00
parent 09bd32c78f
commit aaf44989e3
No known key found for this signature in database

View File

@ -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.2.0' def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.1'
repositories { repositories {
maven { url pluginRepositoryUrl } maven { url pluginRepositoryUrl }