diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e8115aaa4..512c93929 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -22,7 +22,6 @@ jobs: with: distribution: "temurin" java-version: 17 - cache: 'gradle' - name: Make gradlew executable run: chmod +x gradlew diff --git a/gradle.properties b/gradle.properties index 7266221cc..5ff79fd3e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,8 @@ android.enableJetifier=false kotlin.code.style=official android.nonTransitiveRClass=true android.nonFinalResIds=true -org.gradle.unsafe.configuration-cache=true +org.gradle.configuration-cache=true +org.gradle.configuration-cache.problems=warn org.gradle.daemon=true org.gradle.parallel=true org.gradle.caching=true \ No newline at end of file