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

Switch to the newest version of the gradle plugin

This commit is contained in:
Alex Plate 2025-02-25 15:57:14 +02:00
parent ca4de6f317
commit a5ac2e9ca7
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -69,7 +69,7 @@ plugins {
kotlin("jvm") version "2.0.0"
application
id("java-test-fixtures")
id("org.jetbrains.intellij.platform") version "2.2.1"
id("org.jetbrains.intellij.platform") version "2.2.2-SNAPSHOT"
id("org.jetbrains.changelog") version "2.2.1"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
id("com.dorongold.task-tree") version "4.0.0"