mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-08 14:57:18 +07:00
fixed gradle messing everything up again
This commit is contained in:
@ -67,7 +67,7 @@ task run(dependsOn: classes, type: JavaExec){
|
||||
}
|
||||
|
||||
|
||||
task dist(type: Jar, dependsOn: classes){
|
||||
task dist(type: Jar, dependsOn: configurations.runtimeClasspath){
|
||||
from files(sourceSets.main.output.classesDirs)
|
||||
from files(sourceSets.main.output.resourcesDir)
|
||||
from {configurations.runtimeClasspath.collect{ it.isDirectory() ? it : zipTree(it) }}
|
||||
|
Reference in New Issue
Block a user