fix: Fixed the issue that publications cant be pushed to maven central server.

This commit is contained in:
Zihlu Wang
2024-01-31 05:29:37 +08:00
parent 860bbc2b8f
commit 795bd635de
+1 -1
View File
@@ -66,7 +66,7 @@ publishing {
repositories {
maven {
name = "sonatypeNexus"
url = URI(providers.gradleProperty("repo.maven-central.username").get())
url = URI(providers.gradleProperty("repo.maven-central.host").get())
credentials {
username = providers.gradleProperty("repo.maven-central.username").get()
password = providers.gradleProperty("repo.maven-central.password").get()