mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Update org.jetbrains.intellij.platform
to 2.0.0
This commit is contained in:
parent
b947028171
commit
3506b32eb4
@ -4,13 +4,9 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Use IntelliJ Platform Gradle Plugin `2.0`
|
|
||||||
|
|
||||||
### Changed
|
### 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
|
## [1.14.2] - 2024-07-12
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ intellijPlatform {
|
|||||||
channels = providers.gradleProperty("pluginVersion").map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
|
channels = providers.gradleProperty("pluginVersion").map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
|
||||||
}
|
}
|
||||||
|
|
||||||
verifyPlugin {
|
pluginVerification {
|
||||||
ides {
|
ides {
|
||||||
recommended()
|
recommended()
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ junit = "4.13.2"
|
|||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
changelog = "2.2.0"
|
changelog = "2.2.0"
|
||||||
intelliJPlatform = "2.0.0-rc2"
|
intelliJPlatform = "2.0.0"
|
||||||
kotlin = "1.9.24"
|
kotlin = "1.9.24"
|
||||||
kover = "0.8.1"
|
kover = "0.8.1"
|
||||||
qodana = "2024.1.5"
|
qodana = "2024.1.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user