Skip to content

Commit e0f1355

Browse files
authored
Bump intellij platform gradle to 2.0.1 and IdeaVIM to 2.16.0 (#3640)
1 parent 8c6df98 commit e0f1355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
22
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
33

44
plugins {
5-
id "org.jetbrains.intellij.platform" version "2.0.0"
5+
id "org.jetbrains.intellij.platform" version "2.0.1"
66
id "org.jetbrains.kotlin.jvm" version "1.9.24"
77
id "de.undercouch.download" version "4.1.2"
88
id 'com.adarshr.test-logger' version '4.0.0'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gradleVersion=8.5
4848
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
4949
kotlin.stdlib.default.dependency=false
5050
publishChannels=canary
51-
runIdePlugins=IdeaVIM:2.15.0
51+
runIdePlugins=IdeaVim:2.16.0
5252

5353
# These must be set, or Out of Memory (OOM) errors will occur during compiling.
5454
org.gradle.jvmargs=-Xmx4096m

0 commit comments

Comments
 (0)