diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cf99b..7ec3840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index fa6c699..4cad4a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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