Update org.jetbrains.intellij.platform to 2.0.0

This commit is contained in:
Jakub Chrzanowski 2024-07-30 20:15:29 +02:00
parent b947028171
commit 3506b32eb4
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
3 changed files with 3 additions and 7 deletions

View File

@ -4,13 +4,9 @@
## [Unreleased]
### Added
- Use IntelliJ Platform Gradle Plugin `2.0`
### Changed
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.0.0-beta6`
- Migrate to [IntelliJ Platform Gradle Plugin 2.0](https://blog.jetbrains.com/platform/2024/07/intellij-platform-gradle-plugin-2-0/).
## [1.14.2] - 2024-07-12

View File

@ -102,7 +102,7 @@ intellijPlatform {
channels = providers.gradleProperty("pluginVersion").map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
}
verifyPlugin {
pluginVerification {
ides {
recommended()
}

View File

@ -4,7 +4,7 @@ junit = "4.13.2"
# plugins
changelog = "2.2.0"
intelliJPlatform = "2.0.0-rc2"
intelliJPlatform = "2.0.0"
kotlin = "1.9.24"
kover = "0.8.1"
qodana = "2024.1.5"