We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48db7d5 commit c80def5Copy full SHA for c80def5
.github/workflows/build.yml
@@ -145,6 +145,8 @@ jobs:
145
name: Verify plugin
146
needs: [ build ]
147
runs-on: ubuntu-24.04
148
+ env:
149
+ GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xmx4g -XX:MaxMetaspaceSize=2g -Dkotlin.daemon.jvm.options=-Xmx1500m"
150
steps:
151
- name: Maximize Build Space
152
uses: jlumbroso/free-disk-space@main
0 commit comments