-
Plugin repository URL is configurable
released this
2023-12-12 12:15:34 +08:00 | 117 commits to main since this releaseThe repository URL used to resolve the
github-dependency-graph-gradle-plugin
is now
configurable, allowing a user to specify an internal proxy if the public portal is not available.Specify a custom plugin repository using the
GRADLE_PLUGIN_REPOSITORY_URL
env var,
or thegradle.plugin-repository.url
System property.Fixes #933
Downloads