mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Fix gradle build errors when the build path contains non-ASCII characters
This commit is contained in:
		
							parent
							
								
									e92d55bbf4
								
							
						
					
					
						commit
						f1887a30f3
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -23,3 +23,6 @@ org.gradle.warning.mode=all | ||||||
| # Enable resource optimizations for release build. | # Enable resource optimizations for release build. | ||||||
| # NOTE: This is turned off for template release build in order to support the build legacy process. | # NOTE: This is turned off for template release build in order to support the build legacy process. | ||||||
| android.enableResourceOptimizations=true | android.enableResourceOptimizations=true | ||||||
|  | 
 | ||||||
|  | # Fix gradle build errors when the build path contains non-ASCII characters | ||||||
|  | android.overridePathCheck=true | ||||||
|  |  | ||||||
|  | @ -26,3 +26,6 @@ org.gradle.warning.mode=all | ||||||
| # Disable resource optimizations for template release build. | # 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. | # NOTE: This is turned on for Godot Editor's gradle builds in order to improve the release build. | ||||||
| android.enableResourceOptimizations=false | android.enableResourceOptimizations=false | ||||||
|  | 
 | ||||||
|  | # Fix gradle build errors when the build path contains non-ASCII characters | ||||||
|  | android.overridePathCheck=true | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fredia Huya-Kouadio
						Fredia Huya-Kouadio