Pin Tiny Remapper version to work around incompatibility with old ASM

This commit is contained in:
Player 2021-05-25 06:49:40 +02:00
parent 39643cfb85
commit d2077496d4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ buildscript {
classpath "commons-io:commons-io:1.4"
classpath "com.google.guava:guava:19.0"
classpath 'de.undercouch:gradle-download-task:3.4.3'
classpath 'net.fabricmc:tiny-remapper:+'
classpath 'net.fabricmc:tiny-remapper:0.2.1.63'
}
}