Skip to content

Commit b0c23ff

Browse files
committed
Revert "Disable buildSearchableOptions task to prevent verification failures and update JVM memory settings for Gradle daemon"
This reverts commit fe5c7ae.
1 parent fe5c7ae commit b0c23ff

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ tasks {
154154
publishPlugin {
155155
dependsOn(patchChangelog)
156156
}
157-
158-
// Disable buildSearchableOptions task to prevent verification failures
159-
buildSearchableOptions {
160-
enabled = false
161-
}
162157
}
163158

164159
intellijPlatformTesting {

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ org.gradle.configuration-cache = true
3131

3232
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
3333
org.gradle.caching = true
34-
# JVM memory settings for Gradle daemon and buildSearchableOptions
35-
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
34+
3635
# Kotlin compiler memory settings
3736
kotlin.daemon.jvmargs=-Xmx4g
3837

0 commit comments

Comments
 (0)