mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +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
18c543d312
commit
2dd55ce69f
@@ -26,3 +26,6 @@ org.gradle.warning.mode=all
|
||||
# Disable resource optimizations for template release build.
|
||||
# NOTE: This is turned on for Godot Editor's gradle builds in order to improve the release build.
|
||||
android.enableResourceOptimizations=false
|
||||
|
||||
# Fix gradle build errors when the build path contains non-ASCII characters
|
||||
android.overridePathCheck=true
|
||||
|
||||
Reference in New Issue
Block a user