From 43a082597dcc4c1ab4d1bcada0e2ef6b5132ea8c Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 5 May 2021 00:22:51 +0800 Subject: [PATCH] Migrate to "org.codehaus.groovy:groovy" and change repo order Signed-off-by: shedaniel --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 39c4769a..c30c2dc3 100644 --- a/build.gradle +++ b/build.gradle @@ -46,17 +46,17 @@ sourceSets { } repositories { - maven { url "https://maven.fabricmc.net/" } - maven { url "https://maven.minecraftforge.net/" } - maven { url "https://maven.shedaniel.me/" } mavenCentral() + maven { url "https://maven.fabricmc.net/" } + maven { url "https://maven.architectury.dev/" } + maven { url "https://maven.minecraftforge.net/" } } dependencies { implementation gradleApi() // Compile against groovy 3 to aid with gradle 7 support. Remove when updating to gradle 7 - compileOnly 'org.codehaus.groovy:groovy-all:3.0.7' + compileOnly 'org.codehaus.groovy:groovy:3.0.7' // libraries implementation ('commons-io:commons-io:2.8.0')