Set maven authentication to basic

This commit is contained in:
Myles 2021-02-19 10:40:29 +00:00 committed by KennyTV
parent b6bee8f4cc
commit 8e069812e0
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

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