aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ci-gradle.properties18
-rw-r--r--.github/reusable-workflows/setup-gradle/action.yml4
2 files changed, 0 insertions, 22 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
diff --git a/.github/reusable-workflows/setup-gradle/action.yml b/.github/reusable-workflows/setup-gradle/action.yml
index 719ee72c..554b0c6b 100644
--- a/.github/reusable-workflows/setup-gradle/action.yml
+++ b/.github/reusable-workflows/setup-gradle/action.yml
@@ -43,10 +43,6 @@ runs:
distribution: temurin
java-version: ${{ inputs.java-version }}
- - name: Copy CI gradle.properties
- shell: bash
- run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
-
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
with: