Skip to content

Commit

Permalink
Revert "Enable gradle cache (#241)"
Browse files Browse the repository at this point in the history
This reverts commit 63f02c9.
  • Loading branch information
StaehliJ committed Sep 14, 2023
1 parent 6b79c69 commit d2ddcca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Enable gradle cache
# https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
Expand All @@ -26,4 +23,3 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
android.nonFinalResIds=false
android.defaults.buildfeatures.buildconfig = true
org.gradle.unsafe.configuration-cache=true
1 change: 1 addition & 0 deletions pillarbox-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.kotlin.kapt)
`maven-publish`
}

Expand Down

0 comments on commit d2ddcca

Please sign in to comment.