3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-02 00:10:06 +02:00

Set maven authentication to basic

Dieser Commit ist enthalten in:
Myles 2021-02-19 10:40:29 +00:00 committet von KennyTV
Ursprung b6bee8f4cc
Commit 8e069812e0
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -73,6 +73,9 @@ subprojects {
name = "Via"
url = uri("https://repo.viaversion.com/")
credentials(PasswordCredentials::class)
authentication {
create<BasicAuthentication>("basic")
}
}
}