From acf1fca1b7c646e049ac6d2189cf7157b50c004c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 24 Jun 2022 17:05:30 +0530 Subject: [PATCH] github: remove unnecessary custom CI properties --- .github/ci-gradle.properties | 13 ------------- .github/workflows/ci.yml | 6 ------ 2 files changed, 19 deletions(-) delete mode 100644 .github/ci-gradle.properties diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties deleted file mode 100644 index 8d12a518..00000000 --- a/.github/ci-gradle.properties +++ /dev/null @@ -1,13 +0,0 @@ -# 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/workflows/ci.yml b/.github/workflows/ci.yml index 49820f2b..a9feb841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,6 @@ jobs: java-version: '17' cache: 'gradle' - - name: Copy CI gradle.properties - run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - - name: Run unit tests uses: gradle/gradle-build-action@v2.2.1 with: @@ -54,9 +51,6 @@ jobs: java-version: '17' cache: 'gradle' - - name: Copy CI gradle.properties - run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - - name: Decrypt secrets run: scripts/signing-setup.sh "$ENCRYPT_KEY" env: