Hopefully fix jenkins build

dev/0.11
modmuss50 2020-04-11 19:28:48 +01:00
parent 127e7a4330
commit 9e64c729ef
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ if (ENV.BUILD_NUMBER) {
} }
repositories { repositories {
mavenCentral()
maven { maven {
name = "Fabric" name = "Fabric"
url = 'https://maven.fabricmc.net/' url = 'https://maven.fabricmc.net/'
} }
mavenCentral()
} }
dependencies { dependencies {
@ -53,7 +53,7 @@ dependencies {
} }
// decompilers // decompilers
implementation ('net.fabricmc:procyon-fabric-compilertools:0.5.35.+') implementation ('net.fabricmc:procyon-fabric-compilertools:0.5.35.13')
implementation ('org.jetbrains:intellij-fernflower:1.1.0.11') implementation ('org.jetbrains:intellij-fernflower:1.1.0.11')
// source code remapping // source code remapping