Now it compiles

This commit is contained in:
Matthew Messinger 2019-05-17 00:24:40 -04:00
parent 8fbc5bbf20
commit 60f2f9590f

View file

@ -101,11 +101,14 @@ dependencies {
}
compile fg.deobf("com.github.MineLittlePony:Kirin:master-SNAPSHOT")
compile fg.deobf("com.github.MineLittlePony:HDSkins:1.13-SNAPSHOT")
compile fg.deobf(project.dependencies.create("com.github.MineLittlePony:HDSkins:1.13-SNAPSHOT") {
transitive = false
})
}
compileJava.options.compilerArgs += '-proc:none'
tasks.withType(JavaCompile) {
it.options.compilerArgs += '-proc:none'
}
manifest {
attributes(
"Implementation-Version": "${version} (git-${project.hash})",