Fix buildscript

This commit is contained in:
Shadowfacts 2016-10-02 11:46:04 -04:00
parent c01c433297
commit 6c02b4a834
No known key found for this signature in database
GPG Key ID: 94A5AB95422746E5
1 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,9 @@ buildscript {
}
}
dependencies {
classpath "net.fabricmc:blending-jar:0.1.1.6"
classpath("net.fabricmc:weave:0.1.0.6") {
exclude module: 'procyon-compilertools'
}
classpath "commons-io:commons-io:1.4"
classpath "com.google.guava:guava:19.0"
}
@ -27,7 +29,7 @@ import org.apache.commons.io.FileUtils
import com.google.common.hash.HashCode
import com.google.common.hash.Hashing
import com.google.common.io.Files
import net.fabricmc.blendingjar.JarMerger
import net.fabricmc.weave.merge.JarMerger
import groovy.util.XmlSlurper
import java.io.FileInputStream;
import java.io.FileOutputStream;