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 1.4.0
This commit is contained in:
parent
96aa7129bd
commit
16da6aba9f
@ -7,6 +7,7 @@
|
||||
- Update `platformVersion` to `2021.1.3` for compatibility with Apple M1
|
||||
- Change since/until build to `211-213.*` (2021.1 - 2021.3)
|
||||
- Upgrade Gradle Wrapper to `7.4`
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.4.0`
|
||||
|
||||
## [1.1.1]
|
||||
### Changed
|
||||
|
@ -9,7 +9,7 @@ plugins {
|
||||
// Kotlin support
|
||||
id("org.jetbrains.kotlin.jvm") version "1.6.10"
|
||||
// Gradle IntelliJ Plugin
|
||||
id("org.jetbrains.intellij") version "1.3.1"
|
||||
id("org.jetbrains.intellij") version "1.4.0"
|
||||
// Gradle Changelog Plugin
|
||||
id("org.jetbrains.changelog") version "1.3.1"
|
||||
// Gradle Qodana Plugin
|
||||
|
Loading…
Reference in New Issue
Block a user