Rename org.gradle.unsafe.configuration-cache to org.gradle.configuration-cache in gradle.properties

This commit is contained in:
Jakub Chrzanowski
2023-04-12 22:38:01 +02:00
committed by Jakub Chrzanowski
parent 8048216194
commit f30c79c6bd
3 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ gradleVersion = 8.1
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.unsafe.configuration-cache = true
org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true