mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
Remove deprecation warning from init-script
This commit is contained in:
parent
47609493a0
commit
b4d1e1dbca
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user