1
0
mirror of https://github.com/chylex/IntelliJ-Keyboard-Master.git synced 2025-05-05 20:34:07 +02:00

Update IntelliJ & gradle plugin versions

This commit is contained in:
chylex 2021-10-14 02:32:59 +02:00
parent a2b79d4f52
commit 16df8a3150
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.5.10"
id("org.jetbrains.intellij") version "1.1.4"
id("org.jetbrains.intellij") version "1.2.0"
java
}
@ -18,5 +18,5 @@ dependencies {
}
intellij {
version.set("2021.2")
version.set("2021.2.2")
}