Pin Tiny Remapper version to work around incompatibility with old ASM

This commit is contained in:
Player 2021-05-25 06:49:55 +02:00
parent 88ec43cee5
commit f2abb6676a
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
}