Change maven endpoint

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-04-29 20:18:35 +08:00
parent c61940f657
commit 02f622880a
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ sourceCompatibility = targetCompatibility = 1.8
repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://files.minecraftforge.net/maven/" }
maven { url "https://maven.minecraftforge.net/" }
maven { url "https://maven.shedaniel.me/" }
gradlePluginPortal()
}

View File

@@ -1,4 +1,4 @@
kotlin.code.style=official
loom_version=0.6.76
loom_version=0.6.96
transformer_version=2.2.41
base_version=3.1

View File

@@ -72,7 +72,7 @@ class ArchitectPlugin : Plugin<Project> {
project.repositories.apply {
mavenCentral()
maven { it.url = URI("https://maven.shedaniel.me/") }
maven { it.url = URI("https://maven.architectury.dev/") }
}
}
}