diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-09-18 23:17:38 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-09-18 23:17:38 +0530 |
commit | 8a287f54fa1a453ae18f18149ec2df855e17bf44 (patch) | |
tree | 36ed32c1e2de7476f41ddb0fce0138da90e461c7 /.github/ci-gradle.properties | |
parent | df74ad51a5bbd4917a211ff20ea1c5b889c0e87f (diff) |
fix(ci): drop CI gradle properties
Diffstat (limited to '.github/ci-gradle.properties')
-rw-r--r-- | .github/ci-gradle.properties | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties deleted file mode 100644 index 1d47f55b..00000000 --- a/.github/ci-gradle.properties +++ /dev/null @@ -1,18 +0,0 @@ -# -# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. -# SPDX-License-Identifier: GPL-3.0-only -# - -# Add opens for KAPT -# https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0 -org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 \ - --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ - --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED |