1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-26 19:05:30 +01: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'
}