mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +01:00
Now it compiles
This commit is contained in:
parent
8fbc5bbf20
commit
60f2f9590f
1 changed files with 6 additions and 3 deletions
|
@ -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})",
|
||||
|
|
Loading…
Reference in a new issue