mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
Fix deprecation warnings in dependency-graph init-script
This commit is contained in:
parent
65a3beb941
commit
79bad900c0
@ -15,8 +15,8 @@ buildscript {
|
|||||||
if (pluginRepositoryUsername && pluginRepositoryPassword) {
|
if (pluginRepositoryUsername && pluginRepositoryPassword) {
|
||||||
logger.lifecycle("Applying credentials for plugin repository: ${pluginRepositoryUrl}")
|
logger.lifecycle("Applying credentials for plugin repository: ${pluginRepositoryUrl}")
|
||||||
credentials {
|
credentials {
|
||||||
username(pluginRepositoryUsername)
|
username = pluginRepositoryUsername
|
||||||
password(pluginRepositoryPassword)
|
password = pluginRepositoryPassword
|
||||||
}
|
}
|
||||||
authentication {
|
authentication {
|
||||||
basic(BasicAuthentication)
|
basic(BasicAuthentication)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user