Skip to content

Commit 206d796

Browse files
authored
Merge pull request #60 from goaop/dependabot/gradle/org.jetbrains.intellij.platform-2.18.1
chore(deps): Bump org.jetbrains.intellij.platform from 2.17.0 to 2.18.1
2 parents b221ee1 + eeab625 commit 206d796

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ gradleVersion = 9.0
2121
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2222
kotlin.stdlib.default.dependency = false
2323

24+
# Gradle daemon memory: Kover report generation over the IntelliJ Platform test runtime
25+
# exceeds the default 512m heap (koverXmlReport/koverCachedVerify fail with "Java heap space")
26+
org.gradle.jvmargs = -Xmx2048m -XX:MaxMetaspaceSize=512m
27+
2428
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
2529
org.gradle.configuration-cache = true
2630

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mockitoKotlin = "6.3.0"
77
# plugins
88
kotlin = "2.4.10"
99
changelog = "2.5.0"
10-
intellijPlatformGradle = "2.17.0"
10+
intellijPlatformGradle = "2.18.1"
1111
qodana = "2026.1.3"
1212
kover = "0.9.9"
1313
grammarkit = "2023.3.0.3"

0 commit comments

Comments
 (0)