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 0237c0b commit 295c83cCopy full SHA for 295c83c
.github/workflows/upload-artifacts.yaml
@@ -53,7 +53,7 @@ jobs:
53
JRELEASER_GPG_PASSPHRASE: ${{ secrets.MAVEN_CENTRAL_GPG_PASSPHRASE }}
54
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.MAVEN_CENTRAL_GPG_PUBLIC_KEY }}
55
JRELEASER_GPG_SECRET_KEY: ${{ secrets.MAVEN_CENTRAL_GPG_SECRET_KEY }}
56
- run: ./gradlew jreleaserDeploy
+ run: ./gradlew jreleaserDeploy -Dorg.gradle.jvmargs="-Xmx4g"
57
58
- name: Upload JReleaser outputs
59
if: always()
0 commit comments