Skip to content

Commit c80def5

Browse files
committed
Add: Gradle Memory Options
1 parent 48db7d5 commit c80def5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ jobs:
145145
name: Verify plugin
146146
needs: [ build ]
147147
runs-on: ubuntu-24.04
148+
env:
149+
GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xmx4g -XX:MaxMetaspaceSize=2g -Dkotlin.daemon.jvm.options=-Xmx1500m"
148150
steps:
149151
- name: Maximize Build Space
150152
uses: jlumbroso/free-disk-space@main

0 commit comments

Comments
 (0)