mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Suppress UnusedProperty
inspection for the kotlin.stdlib.default.dependency
in gradle.properties
This commit is contained in:
parent
988947cdc7
commit
4ca687a7a9
@ -5,6 +5,7 @@
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
- GitHub Actions: UI Tests workflow
|
- GitHub Actions: UI Tests workflow
|
||||||
|
- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Update `pluginVerifierIdeVersions` to `2021.1.2`
|
- Update `pluginVerifierIdeVersions` to `2021.1.2`
|
||||||
|
@ -24,4 +24,5 @@ platformPlugins =
|
|||||||
|
|
||||||
# Opt-out flag for bundling Kotlin standard library.
|
# Opt-out flag for bundling Kotlin standard library.
|
||||||
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
|
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
|
||||||
|
# suppress inspection "UnusedProperty"
|
||||||
kotlin.stdlib.default.dependency = false
|
kotlin.stdlib.default.dependency = false
|
||||||
|
Loading…
Reference in New Issue
Block a user