Update repository
This commit is contained in:
parent
73481f0818
commit
5ad671cc73
2 changed files with 5 additions and 5 deletions
|
@ -127,7 +127,7 @@ repositories {
|
||||||
//mavenCentral()
|
//mavenCentral()
|
||||||
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
|
||||||
|
@ -144,7 +144,7 @@ repositories {
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
name = "zontreck Maven"
|
name = "zontreck Maven"
|
||||||
url = "https://maven.zontreck.dev/repository/zontreck"
|
url = "https://maven.zontreck.com/repository/zontreck"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -240,7 +240,7 @@ publishing {
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url = "https://maven.zontreck.dev/repository/zontreck"
|
url = "https://maven.zontreck.com/repository/zontreck"
|
||||||
name = "ariascreations"
|
name = "ariascreations"
|
||||||
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {
|
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {
|
||||||
credentials {
|
credentials {
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url = "https://maven.zontreck.dev/repository/internal" }
|
maven { url = "https://maven.zontreck.com/repository/internal" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue