Merge pull request #88304 from m4gr3d/fix_gradle_build_for_non_ascii_path_main

Fix gradle build errors when the build path contains non-ASCII characters
This commit is contained in:
Rémi Verschelde 2024-02-13 23:43:59 +01:00
commit e5a3fd1e53
No known key found for this signature in database
GPG Key ID: C3336907360768E1
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

View File

@ -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