mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 07:50:54 -07:00
Fixed texture packer Gradle dependencies
This commit is contained in:
parent
8da18984d2
commit
0cc3340bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ task tileImages(){
|
|||
}
|
||||
}
|
||||
|
||||
task pack(dependsOn: classes){
|
||||
task pack(dependsOn: [classes, configurations.runtimeClasspath]){
|
||||
|
||||
doLast{
|
||||
//cleanup old sprites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue