From ba102eceef28e6a74b7a0da3baf1bc9366f3d30f Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Tue, 5 Sep 2017 19:08:23 +0800 Subject: [PATCH] fixed build script --- .travis.yml | 2 +- travis/configs/gradle.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b09e3d075..f83271cb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ before_install: install: - ./travis/scripts/fetch_private_files.sh - - cat ./travis/configs/gradle.properties >> ./gradle.properties + - cat ./travis/configs/gradle.properties > ./gradle.properties before_script: # Validate if patches work diff --git a/travis/configs/gradle.properties b/travis/configs/gradle.properties index 4f53435e8..d8e974cc3 100644 --- a/travis/configs/gradle.properties +++ b/travis/configs/gradle.properties @@ -15,6 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # +org.gradle.jvmargs=-Xmx3584m org.gradle.parallel=false kotlin.incremental=false kotlin.compiler.execution.strategy=in-process \ No newline at end of file