mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Remove UnusedProperty
suppression in gradle.properties
file
This commit is contained in:
parent
9a3187aeb7
commit
9aab9be3c8
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user