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.9.0
This commit is contained in:
parent
e60c373f55
commit
8fd687867d
@ -22,7 +22,7 @@
|
|||||||
- GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label
|
- GitHub Actions - mark the pull request created with _Publish Plugin_ workflow with `release changelog` label
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.8.1`
|
- Dependencies - upgrade `org.jetbrains.intellij` to `1.9.0`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Update broken link in `gradle.properties`
|
- Update broken link in `gradle.properties`
|
||||||
|
@ -8,7 +8,7 @@ plugins {
|
|||||||
// Kotlin support
|
// Kotlin support
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.7.10"
|
id("org.jetbrains.kotlin.jvm") version "1.7.10"
|
||||||
// Gradle IntelliJ Plugin
|
// Gradle IntelliJ Plugin
|
||||||
id("org.jetbrains.intellij") version "1.8.1"
|
id("org.jetbrains.intellij") version "1.9.0"
|
||||||
// Gradle Changelog Plugin
|
// Gradle Changelog Plugin
|
||||||
id("org.jetbrains.changelog") version "1.3.1"
|
id("org.jetbrains.changelog") version "1.3.1"
|
||||||
// Gradle Qodana Plugin
|
// Gradle Qodana Plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user