Pin Tiny Remapper version to work around incompatibility with old ASM

This commit is contained in:
Player 2021-05-25 06:49:50 +02:00
parent ee0c22d08b
commit 9d0c3ff0a8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,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'
}
}