Remove `UnusedProperty` suppression in `gradle.properties` file

pull/363/head
Jakub Chrzanowski 1 year ago committed by Jakub Chrzanowski
parent 9a3187aeb7
commit 9aab9be3c8

@ -6,6 +6,7 @@
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.3`
- Remove `UnusedProperty` suppression in `gradle.properties` file
## [1.5.0] - 2023-03-10

@ -22,9 +22,7 @@ platformPlugins =
gradleVersion = 8.0.2
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
# suppress inspection "UnusedProperty"
org.gradle.unsafe.configuration-cache = true

Loading…
Cancel
Save