This commit is contained in:
@@ -16,7 +16,7 @@ allprojects {
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = 'https://woggioni.net/mvn'
|
||||
url = getProperty('gitea.maven.url')
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
@@ -57,7 +57,7 @@ publishing {
|
||||
}
|
||||
maven {
|
||||
name = "Gitea"
|
||||
url = uri("https://gitea.woggioni.net/api/packages/woggioni/maven")
|
||||
url = uri(getProperty('gitea.maven.url'))
|
||||
|
||||
credentials(HttpHeaderCredentials) {
|
||||
name = "Authorization"
|
||||
|
Reference in New Issue
Block a user