Skip to content

Commit

Permalink
Set MaxMetaspaceSize in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tripolkaandrey committed Apr 27, 2022
1 parent a8a75b5 commit db33a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Publish artifacts to Maven
# Since we're in the `master` branch already, this means that tests of a PR passed.
# So, no need to run the tests again when publishing.
run: ./gradlew publish -x test --stacktrace
run: ./gradlew publish -x test --stacktrace "-Dorg.gradle.jvmargs=-XX:MaxMetaspaceSize=512m"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORMAL_GIT_HUB_PAGES_AUTHOR: developers@spine.io
Expand Down

0 comments on commit db33a32

Please sign in to comment.