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 40b186d commit 3abdef9Copy full SHA for 3abdef9
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "GRADLE_USER_HOME=$HOME/.gradle" >> "$GITHUB_ENV"
34
echo "mcdev.deploy.token=${JETBRAINS_TOKEN}" > ~/.gradle/gradle.properties
35
- name: Publish plugin
36
- run: ./gradlew clean :publishPlugin --stacktrace
+ run: ./gradlew -Dorg.gradle.jvmargs=-Xmx4G clean :publishPlugin --stacktrace
37
- name: Get tag name
38
id: get_tag
39
shell: bash
.github/workflows/test.yml
@@ -33,4 +33,4 @@ jobs:
with:
cache-read-only: ${{ github.ref != 'refs/heads/dev' && steps.branch-match.outputs.match != '' }}
- name: Build
- run: ./gradlew build --stacktrace
+ run: ./gradlew -Dorg.gradle.jvmargs=-Xmx4G build --stacktrace
0 commit comments