fixed gitea maven url
Some checks failed
CI / build (push) Failing after 7s

This commit is contained in:
2024-03-28 20:44:28 +08:00
parent 4e7c4feb80
commit 09b5e4f2b7

View File

@@ -57,7 +57,7 @@ publishing {
}
maven {
name = "Gitea"
url = uri("https://woggioni.net/gitea/api/packages/woggioni/maven")
url = uri("https://gitea.woggioni.net/api/packages/woggioni/maven")
credentials(HttpHeaderCredentials) {
name = "Authorization"