mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 22:34:03 +07:00
Build fix?
This commit is contained in:
parent
c705743696
commit
766a95da03
@ -39,6 +39,8 @@ task run(dependsOn: classes, type: JavaExec){
|
||||
}
|
||||
|
||||
task dist(type: Jar, dependsOn: configurations.runtimeClasspath){
|
||||
dependsOn ":desktop:processResources"
|
||||
|
||||
from files(sourceSets.main.output.classesDirs)
|
||||
from files(sourceSets.main.output.resourcesDir)
|
||||
from {configurations.runtimeClasspath.collect{ it.isDirectory() ? it : zipTree(it) }}
|
||||
|
Loading…
Reference in New Issue
Block a user