Update repository
This commit is contained in:
parent
d9da756a5d
commit
deda27d0fb
2 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ repositories {
|
||||||
// }
|
// }
|
||||||
maven {
|
maven {
|
||||||
name = "Aria's Creations Caches"
|
name = "Aria's Creations Caches"
|
||||||
url = "https://maven.zontreck.dev/repository/internal"
|
url = "https://maven.zontreck.com/repository/internal"
|
||||||
}
|
}
|
||||||
// Put repositories for dependencies here
|
// Put repositories for dependencies here
|
||||||
// ForgeGradle automatically adds the Forge maven and Maven Central for you
|
// ForgeGradle automatically adds the Forge maven and Maven Central for you
|
||||||
|
@ -140,7 +140,7 @@ repositories {
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
name = "zontreck Maven"
|
name = "zontreck Maven"
|
||||||
url = "https://maven.zontreck.dev/repository/zontreck"
|
url = "https://maven.zontreck.com/repository/zontreck"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url = "https://maven.zontreck.dev/repository/internal" }
|
maven { url = "https://maven.zontreck.com/repository/internal" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue