Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-27 00:22:51 +01:00
Set maven authentication to basic
Dieser Commit ist enthalten in:
Ursprung
b6bee8f4cc
Commit
8e069812e0
@ -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