fix target url
This commit is contained in:
@@ -17,7 +17,7 @@ publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name = "Gitea"
|
||||
url = uri("https://gitea.example.com/api/packages/numbers/maven")
|
||||
url = uri("https://gitea.softwaresmyth.com/api/packages/numbers/maven")
|
||||
|
||||
credentials(HttpHeaderCredentials::class) {
|
||||
name = "Authorization"
|
||||
|
||||
Reference in New Issue
Block a user