mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
upgrade org.jetbrains.intellij
to 1.2.0
This commit is contained in:
parent
385f17e972
commit
b4ff261e97
@ -8,6 +8,7 @@
|
||||
- Dependencies (GitHub Actions) - upgrade `jtalk/url-health-check-action` to `2`
|
||||
|
||||
### Changed
|
||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.2.0`
|
||||
- Update `pluginVerifierIdeVersions` to `2021.2.2`
|
||||
|
||||
## [1.0.0]
|
||||
|
@ -9,7 +9,7 @@ plugins {
|
||||
// Kotlin support
|
||||
id("org.jetbrains.kotlin.jvm") version "1.5.31"
|
||||
// Gradle IntelliJ Plugin
|
||||
id("org.jetbrains.intellij") version "1.1.6"
|
||||
id("org.jetbrains.intellij") version "1.2.0"
|
||||
// Gradle Changelog Plugin
|
||||
id("org.jetbrains.changelog") version "1.3.0"
|
||||
// Gradle Qodana Plugin
|
||||
|
Loading…
Reference in New Issue
Block a user