mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Rename org.gradle.unsafe.configuration-cache
to org.gradle.configuration-cache
in gradle.properties
This commit is contained in:
parent
8048216194
commit
f30c79c6bd
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -25,7 +25,7 @@ gradleVersion = 8.1
|
|||||||
kotlin.stdlib.default.dependency = false
|
kotlin.stdlib.default.dependency = false
|
||||||
|
|
||||||
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
|
# 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
|
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.20`
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.20`
|
||||||
- Upgrade Gradle Wrapper to `8.1`
|
- Upgrade Gradle Wrapper to `8.1`
|
||||||
- Remove `UnusedProperty` suppression in `gradle.properties` file
|
- 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
|
## [1.5.0] - 2023-03-10
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ gradleVersion = 8.1
|
|||||||
kotlin.stdlib.default.dependency = false
|
kotlin.stdlib.default.dependency = false
|
||||||
|
|
||||||
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
|
# 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
|
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
|
Loading…
Reference in New Issue
Block a user