Skip to content

Commit

Permalink
bump intellij platform to 2.2.0 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin authored Dec 12, 2024
1 parent 33b28ad commit 16aa303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.21"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform") version "2.2.0"
id("com.diffplug.spotless") version "7.0.0.BETA2"

id("com.adarshr.test-logger") version "4.0.0"
Expand Down Expand Up @@ -54,7 +54,6 @@ dependencies {

pluginVerifier()
zipSigner()
instrumentationTools()

testFramework(TestFrameworkType.Platform)
}
Expand Down

0 comments on commit 16aa303

Please sign in to comment.