aboutsummaryrefslogtreecommitdiff
path: root/.github/ci-gradle.properties
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-09-20 22:49:01 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-09-20 22:49:01 +0530
commit098c765132a823225e2b2ef82c1302e02f68cd31 (patch)
treef5357f4764e7620e195f6e4a7cb626ce5c801de5 /.github/ci-gradle.properties
parent7a3274b06d276dc98436b6b5cf6d1f8c484662eb (diff)
github: remove ci-gradle.properties
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/ci-gradle.properties')
-rw-r--r--.github/ci-gradle.properties11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties
deleted file mode 100644
index 03c213b2..00000000
--- a/.github/ci-gradle.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
-# SPDX-License-Identifier: GPL-3.0-only
-#
-
-org.gradle.daemon=true
-org.gradle.configureondemand=true
-android.enableBuildCache=true
-org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
-org.gradle.caching=true
-org.gradle.parallel=true