Remove deprecation warning from init-script (#491)

This commit is contained in:
Daz DeBoer
2024-12-17 17:59:42 -07:00
committed by GitHub
parent 4213e7826a
commit 5c7e362ae3
2 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ buildscript {
logger.lifecycle("Resolving dependency graph plugin ${dependencyGraphPluginVersion} from plugin repository: ${pluginRepositoryUrl}")
repositories {
maven {
url pluginRepositoryUrl
url = pluginRepositoryUrl
if (pluginRepositoryUsername && pluginRepositoryPassword) {
logger.lifecycle("Applying credentials for plugin repository: ${pluginRepositoryUrl}")
credentials {