From f53d3ef1ac83d7cff92348218c8385f2657e7463 Mon Sep 17 00:00:00 2001 From: Player Date: Tue, 25 May 2021 06:49:53 +0200 Subject: [PATCH] Pin Tiny Remapper version to work around incompatibility with old ASM --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93d8e2e049..a2948df88c 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { classpath "commons-io:commons-io:2.6" classpath "com.google.guava:guava:28.0-jre" classpath 'de.undercouch:gradle-download-task:3.4.3' - classpath 'net.fabricmc:tiny-remapper:+' + classpath 'net.fabricmc:tiny-remapper:0.2.1.63' } }