1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix gradle build errors when the build path contains non-ASCII characters

This commit is contained in:
Fredia Huya-Kouadio
2024-02-13 14:31:08 -08:00
parent e92d55bbf4
commit f1887a30f3
2 changed files with 6 additions and 0 deletions

View File

@@ -23,3 +23,6 @@ org.gradle.warning.mode=all
# Enable resource optimizations for release build.
# NOTE: This is turned off for template release build in order to support the build legacy process.
android.enableResourceOptimizations=true
# Fix gradle build errors when the build path contains non-ASCII characters
android.overridePathCheck=true