Skip to content

Commit

Permalink
Revert "Do not use Gradle caches"
Browse files Browse the repository at this point in the history
This reverts commit 94ac177.
  • Loading branch information
nickfromXXII committed Apr 16, 2024
1 parent 02a1676 commit 1ee00f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ gradleVersion = 8.5
# Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true

0 comments on commit 1ee00f4

Please sign in to comment.