From 9e64c729ef93be25330e911c0d02fbe4084924e6 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sat, 11 Apr 2020 19:28:48 +0100 Subject: [PATCH] Hopefully fix jenkins build --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d7cc365..65f25a3 100644 --- a/build.gradle +++ b/build.gradle @@ -22,11 +22,11 @@ if (ENV.BUILD_NUMBER) { } repositories { - mavenCentral() maven { name = "Fabric" url = 'https://maven.fabricmc.net/' } + mavenCentral() } dependencies { @@ -53,7 +53,7 @@ dependencies { } // 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') // source code remapping