mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-05 07:47:48 +07:00
Fixed texture packer Gradle dependencies
This commit is contained in:
@ -328,7 +328,7 @@ task tileImages(){
|
||||
}
|
||||
}
|
||||
|
||||
task pack(dependsOn: classes){
|
||||
task pack(dependsOn: [classes, configurations.runtimeClasspath]){
|
||||
|
||||
doLast{
|
||||
//cleanup old sprites
|
||||
|
Reference in New Issue
Block a user