Rename Godot's 'custom build' to 'gradle build' to better reflect the underlying build process.

This commit is contained in:
Fredia Huya-Kouadio
2023-02-01 15:17:06 -08:00
parent 54346e94a9
commit ca593f2f89
12 changed files with 65 additions and 65 deletions

View File

@@ -24,5 +24,5 @@ org.gradle.jvmargs=-Xmx4536m
org.gradle.warning.mode=all
# Disable resource optimizations for template release build.
# NOTE: This is turned on for custom build in order to improve the release build.
# NOTE: This is turned on for Godot Editor's gradle builds in order to improve the release build.
android.enableResourceOptimizations=false