Skip to content

Commit

Permalink
update gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Sep 30, 2024
1 parent 8bfb9b4 commit 4be28f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ version = pluginVersion
plugins {
id("java")
kotlin("jvm") version "2.0.20"
id("org.jetbrains.intellij.platform") version "2.0.1"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.grammarkit") version "2022.3.2.2"
id("net.saliman.properties") version "1.5.2"
id("org.gradle.idea")
Expand Down

0 comments on commit 4be28f1

Please sign in to comment.