We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2acfe7 commit 72cf50eCopy full SHA for 72cf50e
build.gradle.kts
@@ -3,7 +3,7 @@ fun properties(key: String) = project.findProperty(key).toString()
3
plugins {
4
id("java")
5
id("org.jetbrains.kotlin.jvm") version "1.8.22"
6
- id("org.jetbrains.intellij") version "1.14.1"
+ id("org.jetbrains.intellij") version "1.17.1"
7
}
8
9
group = "org.mediawiki"
0 commit comments