Migrate to "org.codehaus.groovy:groovy" and change repo order

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-05-05 00:22:51 +08:00
parent f0227044b3
commit 43a082597d

View File

@@ -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')