Skip to content

Commit

Permalink
bump intellij platform to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin committed Dec 12, 2024
1 parent 4bd0f31 commit 398224f
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 @@ -46,7 +46,6 @@ dependencies {

pluginVerifier()
zipSigner()
instrumentationTools()

testFramework(TestFrameworkType.Platform)
}
Expand Down

0 comments on commit 398224f

Please sign in to comment.