[skip ci] Remove CI-specific Gradle config

Newer versions of gradle-build-action allows the daemon to persist across build steps

(cherry picked from commit 1e64542f14)

# Conflicts:
#	.github/workflows/build_pull_request.yml
#	.github/workflows/build_push.yml
This commit is contained in:
arkon
2022-06-11 11:38:16 -04:00
committed by Jobobby04
parent c4def072f6
commit d9430e4eae
4 changed files with 1 additions and 16 deletions
@@ -37,11 +37,6 @@ jobs:
java-version: 11
distribution: adopt
- name: Copy CI gradle.properties
run: |
mkdir -p ~/.gradle
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
- name: Write google-services.json
uses: DamianReeves/write-file-action@v1.0
with:
-5
View File
@@ -33,11 +33,6 @@ jobs:
java-version: 11
distribution: adopt
- name: Copy CI gradle.properties
run: |
mkdir -p ~/.gradle
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
- name: Build app
uses: gradle/gradle-command-action@v2
with: