Update repo URL

This commit is contained in:
Timo Ley 2022-05-16 11:25:46 +02:00
parent b94c75d7ae
commit 3a3f4581cd
2 changed files with 2 additions and 2 deletions

View File

@ -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?

View File

@ -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?