1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

upgrade gradle

This commit is contained in:
sfan5 2025-09-24 11:25:15 +02:00
parent db8cd2121c
commit 3b1ae5bd42
3 changed files with 4 additions and 4 deletions

View file

@ -68,5 +68,5 @@ if (new File(depsDir, 'armeabi-v7a').exists()) {
preBuild.dependsOn getDeps
clean {
delete new File(buildDir.parent, 'deps')
delete depsDir
}