Update AGP/Gradle

This commit is contained in:
arkon
2022-08-13 10:13:37 -04:00
parent 26ddc6e3aa
commit 34ac39e7e5
9 changed files with 176 additions and 134 deletions

View File

@@ -1,5 +0,0 @@
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx5120m
org.gradle.workers.max=2
kotlin.incremental=false

View File

@@ -29,11 +29,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:

View File

@@ -30,11 +30,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: