Remove UnusedProperty suppression in gradle.properties file

This commit is contained in:
Jakub Chrzanowski 2023-04-04 16:12:59 +02:00 committed by Jakub Chrzanowski
parent 9a3187aeb7
commit 9aab9be3c8
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -22,9 +22,7 @@ platformPlugins =
gradleVersion = 8.0.2 gradleVersion = 8.0.2
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
# suppress inspection "UnusedProperty"
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
# suppress inspection "UnusedProperty"
org.gradle.unsafe.configuration-cache = true org.gradle.unsafe.configuration-cache = true