Skip to content

Commit

Permalink
Merge pull request godotengine#88304 from m4gr3d/fix_gradle_build_for…
Browse files Browse the repository at this point in the history
…_non_ascii_path_main

Fix gradle build errors when the build path contains non-ASCII characters
  • Loading branch information
akien-mga committed Feb 13, 2024
2 parents 9fb52d9 + f1887a3 commit e5a3fd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/android/java/app/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions platform/android/java/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e5a3fd1

Please sign in to comment.