Use IntelliJ Platform Gradle Plugin 2.0.0-beta5

This commit is contained in:
Jakub Chrzanowski 2024-05-30 16:40:30 +02:00
parent b4ff5e14a9
commit 0999d97fe5
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,11 @@
### Added
- Use IntelliJ Platform Gradle Plugin `2.0.0-beta1`
- Use IntelliJ Platform Gradle Plugin `2.0`
### Changed
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.0.0-beta5`
### Changed

View File

@ -4,7 +4,7 @@ exampleLibrary = "24.1.0"
# plugins
changelog = "2.2.0"
intelliJPlatform = "2.0.0-beta1"
intelliJPlatform = "2.0.0-beta5"
kotlin = "2.0.0"
kover = "0.8.0"
qodana = "2024.1.5"