Skip to content

Commit

Permalink
Removed cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliano101 committed Nov 7, 2024
1 parent ef22a3a commit 91a983b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
with:
distribution: "temurin"
java-version: "21"
cache: "gradle"

- name: Change wrapper permissions
run: chmod +x ./gradlew
Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
# org.gradle.parallel=true
#Fri Nov 08 00:03:25 ICT 2024
android.enableJetifier=true
android.enableJetifier=false
android.nonFinalResIds=false
android.nonTransitiveRClass=true
android.useAndroidX=true
Expand All @@ -20,3 +20,6 @@ kotlin.jvm.target.validation.mode=IGNORE
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx1536M -Dkotlin.daemon.jvm.options\="-Xmx1536M"
org.gradle.unsafe.configuration-cache=true
# Build optimization
org.gradle.parallel=true
org.gradle.configureondemand=true

0 comments on commit 91a983b

Please sign in to comment.