Skip to content

Commit

Permalink
Bump intellij platform gradle to 2.0.1 and IdeaVIM to 2.16.0 (#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuataylor committed Aug 20, 2024
1 parent 8c6df98 commit e0f1355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
import org.jetbrains.intellij.platform.gradle.TestFrameworkType

plugins {
id "org.jetbrains.intellij.platform" version "2.0.0"
id "org.jetbrains.intellij.platform" version "2.0.1"
id "org.jetbrains.kotlin.jvm" version "1.9.24"
id "de.undercouch.download" version "4.1.2"
id 'com.adarshr.test-logger' version '4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gradleVersion=8.5
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency=false
publishChannels=canary
runIdePlugins=IdeaVIM:2.15.0
runIdePlugins=IdeaVim:2.16.0

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

0 comments on commit e0f1355

Please sign in to comment.