Skip to content

Commit

Permalink
Merge pull request #250 from hotwired/publish-debug
Browse files Browse the repository at this point in the history
Enable stacktrace to debug publishing
  • Loading branch information
jayohms authored Nov 15, 2022
2 parents 9ab46c6 + 16e0321 commit 31569a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Publish artifact to GitHub Packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew -Pversion=${{ github.event.release.tag_name }} clean build -x test publish
run: ./gradlew -Pversion=${{ github.event.release.tag_name }} clean build -x test publish --stacktrace
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:MaxMetaspaceSize=2g -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
Expand Down

0 comments on commit 31569a0

Please sign in to comment.