mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 23:22:49 +00:00
尝试修复编译的JAR不全的问题
This commit is contained in:
parent
ef4a090020
commit
1590eee2b3
2 changed files with 5 additions and 7 deletions
|
|
@ -52,9 +52,11 @@ def fabric_subprojects = parent.subprojects.findAll({
|
|||
remapJar {
|
||||
outputs.upToDateWhen { false }
|
||||
|
||||
dependsOn(fabric_subprojects.collect {
|
||||
it.tasks.remapJar
|
||||
})
|
||||
dependsOn {
|
||||
fabric_subprojects.collect {
|
||||
it.tasks.remapJar
|
||||
}
|
||||
}
|
||||
|
||||
doFirst {
|
||||
delete fileTree("build/tmp/versions/META-INF/jars")
|
||||
|
|
|
|||
|
|
@ -49,9 +49,6 @@ def fabric_subprojects = parent.subprojects.findAll({
|
|||
it.name.contains("compat_")
|
||||
})
|
||||
|
||||
compileJava.dependsOn(":active:jar")
|
||||
processResources.dependsOn(":active:jar")
|
||||
|
||||
remapJar {
|
||||
outputs.upToDateWhen { false }
|
||||
|
||||
|
|
@ -59,7 +56,6 @@ remapJar {
|
|||
fabric_subprojects.collect {
|
||||
it.tasks.remapJar
|
||||
}
|
||||
":active:remapJar"
|
||||
}
|
||||
|
||||
doFirst {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue