1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Fix task ordering and more in Gradle Android build

This commit is contained in:
sfan5 2023-02-23 11:32:42 +01:00 committed by SmallJoker
parent a93f3542d9
commit fee2e3ee27
3 changed files with 56 additions and 44 deletions

View file

@ -33,5 +33,4 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
delete 'native/deps'
}