Skip to content

Commit

Permalink
build.gradle.kts: Update org.jetbrains.intellij version to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Feb 16, 2024
1 parent a2acfe7 commit 72cf50e
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 @@ -3,7 +3,7 @@ fun properties(key: String) = project.findProperty(key).toString()
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.8.22"
id("org.jetbrains.intellij") version "1.14.1"
id("org.jetbrains.intellij") version "1.17.1"
}

group = "org.mediawiki"
Expand Down

0 comments on commit 72cf50e

Please sign in to comment.