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.13.3
This commit is contained in:
parent
139730d75f
commit
9a3187aeb7
@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Dependencies - upgrade `org.jetbrains.intellij` to `1.13.3`
|
||||||
|
|
||||||
|
## [1.5.0] - 2023-03-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Migrate to Gradle Provider API improving configuration cache compatibility
|
- Migrate to Gradle Provider API improving configuration cache compatibility
|
||||||
- Example code - `FrameStateListener` application listener
|
- Example code - `FrameStateListener` application listener
|
||||||
|
@ -10,7 +10,7 @@ plugins {
|
|||||||
// Kotlin support
|
// Kotlin support
|
||||||
id("org.jetbrains.kotlin.jvm") version "1.8.10"
|
id("org.jetbrains.kotlin.jvm") version "1.8.10"
|
||||||
// Gradle IntelliJ Plugin
|
// Gradle IntelliJ Plugin
|
||||||
id("org.jetbrains.intellij") version "1.13.2"
|
id("org.jetbrains.intellij") version "1.13.3"
|
||||||
// Gradle Changelog Plugin
|
// Gradle Changelog Plugin
|
||||||
id("org.jetbrains.changelog") version "2.0.0"
|
id("org.jetbrains.changelog") version "2.0.0"
|
||||||
// Gradle Qodana Plugin
|
// Gradle Qodana Plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user