Skip to content

Commit

Permalink
Use regular configuration cache option
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Jan 24, 2024
1 parent 4c76d78 commit 118e419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
distribution: "temurin"
java-version: 17
cache: 'gradle'

- name: Make gradlew executable
run: chmod +x gradlew
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 118e419

Please sign in to comment.