1# 2# Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14# 15 16# Project-wide Gradle settings. 17# IDE (e.g. DevEco Studio) users: 18# Gradle settings configured through the IDE *will override* 19# any settings specified in this file. 20# For more details on how to configure your build environment visit 21# http://www.gradle.org/docs/current/userguide/build_environment.html 22# Specifies the JVM arguments used for the daemon process. 23# The setting is particularly useful for tweaking memory settings. 24# If the Chinese output is garbled, please configure the following parameter. 25# This function is enabled by default when the DevEco Studio builds the hap/app,if you need disable gradle parallel,you should set org.gradle.parallel false. 26# more information see https://docs.gradle.org/current/userguide/performance.html 27# org.gradle.parallel=false 28# org.gradle.jvmargs=-Dfile.encoding=GBK