Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 22:40:16 +01:00
Set maven authentication to basic
Dieser Commit ist enthalten in:
Ursprung
2e106baf03
Commit
a787cd18cd
@ -73,6 +73,9 @@ subprojects {
|
|||||||
name = "Via"
|
name = "Via"
|
||||||
url = uri("https://repo.viaversion.com/")
|
url = uri("https://repo.viaversion.com/")
|
||||||
credentials(PasswordCredentials::class)
|
credentials(PasswordCredentials::class)
|
||||||
|
authentication {
|
||||||
|
create<BasicAuthentication>("basic")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren