Update repo URL
This commit is contained in:
parent
b94c75d7ae
commit
3a3f4581cd
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ publishing {
|
|||
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://data.tilera.xyz/maven/")
|
||||
url = uri("https://maven.tilera.xyz")
|
||||
credentials {
|
||||
username = findProperty("mvnUsername") as String?
|
||||
password = findProperty("mvnPassword") as String?
|
||||
|
|
|
@ -36,7 +36,7 @@ publishing {
|
|||
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://data.tilera.xyz/maven/")
|
||||
url = uri("https://maven.tilera.xyz")
|
||||
credentials {
|
||||
username = findProperty("mvnUsername") as String?
|
||||
password = findProperty("mvnPassword") as String?
|
||||
|
|
Loading…
Reference in a new issue