Fix vscode task
This commit is contained in:
		
							parent
							
								
									dd6b229dc5
								
							
						
					
					
						commit
						1e10eb79a5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -76,7 +76,7 @@ public class GenVSCodeProjectTask extends DefaultTask { | |||
| 		element = new JsonPrimitive("vscode"); | ||||
| 		jsonObject.add("outputDirectory", element); | ||||
| 
 | ||||
| 		FileUtils.writeStringToFile(configFile, gson.toJson(jsonObject), "UF-8"); | ||||
| 		FileUtils.writeStringToFile(configFile, gson.toJson(jsonObject), "UTF-8"); | ||||
| 	} | ||||
| 
 | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue