diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index f55be4c..06721b3 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4035a09..954c9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.20` - Upgrade Gradle Wrapper to `8.1` - Remove `UnusedProperty` suppression in `gradle.properties` file +- Rename `org.gradle.unsafe.configuration-cache` to `org.gradle.configuration-cache` in `gradle.properties` ## [1.5.0] - 2023-03-10 diff --git a/gradle.properties b/gradle.properties index 408e413..36cf72e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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