use weave fat jar

This commit is contained in:
modmuss50 2016-09-21 15:25:10 +01:00
parent 38658dc7e1
commit 3e0ebcb718
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ task buildTiny << {
if(!weave.exists()){
logger.lifecycle(":downloading weave")
FileUtils.copyURLToFile(new URL("http://maven.fabricmc.net/net/fabricmc/weave/${weaveVersion}/weave-${weaveVersion}.jar"), weave)
FileUtils.copyURLToFile(new URL("http://maven.fabricmc.net/net/fabricmc/weave/${weaveVersion}/weave-${weaveVersion}-fat.jar"), weave)
}