mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix gradle build errors when the build path contains non-ASCII characters
(cherry picked from commit f1887a30f3)
This commit is contained in:
committed by
Rémi Verschelde
parent
782eaa55f7
commit
4e7f4ee864
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user