mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Dependencies - upgrade org.jetbrains.intellij
to 0.7.2
This commit is contained in:
parent
9532396312
commit
a2a9de107c
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `0.7.1`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `0.7.2`
|
||||||
- Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to `10.0.0`
|
- Dependencies - upgrade `org.jlleitschuh.gradle.ktlint` to `10.0.0`
|
||||||
- Update `platformVersion` to `2020.2.4` for compatibility with macOS Big Sur
|
- Update `platformVersion` to `2020.2.4` for compatibility with macOS Big Sur
|
||||||
- Upgrade Gradle Wrapper to `6.8.3`
|
- Upgrade Gradle Wrapper to `6.8.3`
|
||||||
|
@ -9,7 +9,7 @@ plugins {
|
|||||||
// Kotlin support
|
// Kotlin support
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.4.30"
|
id("org.jetbrains.kotlin.jvm") version "1.4.30"
|
||||||
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
|
||||||
id("org.jetbrains.intellij") version "0.7.1"
|
id("org.jetbrains.intellij") version "0.7.2"
|
||||||
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||||
id("org.jetbrains.changelog") version "1.1.2"
|
id("org.jetbrains.changelog") version "1.1.2"
|
||||||
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
||||||
|
Loading…
Reference in New Issue
Block a user