File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2222kotlin.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
2529org.gradle.configuration-cache = true
2630
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ mockitoKotlin = "6.3.0"
77# plugins
88kotlin = " 2.4.10"
99changelog = " 2.5.0"
10- intellijPlatformGradle = " 2.17.0 "
10+ intellijPlatformGradle = " 2.18.1 "
1111qodana = " 2026.1.3"
1212kover = " 0.9.9"
1313grammarkit = " 2023.3.0.3"
You can’t perform that action at this time.
0 commit comments