Skip to content

Commit 72cf50e

Browse files
committed
build.gradle.kts: Update org.jetbrains.intellij version to 1.17.1
1 parent a2acfe7 commit 72cf50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fun properties(key: String) = project.findProperty(key).toString()
33
plugins {
44
id("java")
55
id("org.jetbrains.kotlin.jvm") version "1.8.22"
6-
id("org.jetbrains.intellij") version "1.14.1"
6+
id("org.jetbrains.intellij") version "1.17.1"
77
}
88

99
group = "org.mediawiki"

0 commit comments

Comments
 (0)