File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8282
8383 # Run Verify Plugin task and IntelliJ Plugin Verifier tool
8484 - name : Run Plugin Verification tasks
85- run : ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
85+ run : ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }} --no-daemon
8686
8787 # Collect Plugin Verifier Result
8888 - name : Collect Plugin Verifier Result
Original file line number Diff line number Diff line change @@ -26,3 +26,5 @@ gradleVersion = 7.6
2626# Opt-out flag for bundling Kotlin standard library.
2727# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
2828kotlin.stdlib.default.dependency = false
29+
30+ org.gradle.jvmargs =-Xmx4g -Xms1g
You can’t perform that action at this time.
0 commit comments