updated maven URLs

This commit is contained in:
2021-06-16 08:10:45 +01:00
parent 1e9352a2f7
commit 4537bcf3ba
2 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ allprojects {
repositories {
maven {
url = woggioniMavenRepositoryUrl
url = 'https://woggioni.net/mvn/'
}
mavenCentral()
}
@@ -52,7 +52,7 @@ wrapper {
publishing {
repositories {
maven {
url = woggioniMavenRepositoryUrl
url = 'https://mvn.woggioni.net/'
}
}
publications {