Migrate to IntelliJ Platform Gradle Plugin 2.0 EAP

This commit is contained in:
Jakub Chrzanowski
2024-02-20 22:49:22 +01:00
parent 2fd14cda2e
commit a746a36063
4 changed files with 83 additions and 57 deletions

View File

@@ -5,7 +5,7 @@ exampleLibrary = "24.1.0"
# plugins
kotlin = "2.0.0"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.3"
intelliJPlatformGradlePlugin = "2.0.0-SNAPSHOT"
qodana = "2024.1.5"
kover = "0.8.0"
@@ -14,7 +14,7 @@ exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref =
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
gradleIntelliJPlugin = { id = "org.jetbrains.intellij", version.ref = "gradleIntelliJPlugin" }
intelliJPlatformGradlePlugin = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatformGradlePlugin" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }