File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 - name : Publish artifact to GitHub Packages
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17- run : ./gradlew -Pversion=${{ github.event.release.tag_name }} clean build -x test publish
17+ run : ./gradlew -Pversion=${{ github.event.release.tag_name }} clean build -x test publish --stacktrace
Original file line number Diff line number Diff line change 1010# Specifies the JVM arguments used for the daemon process.
1111# The setting is particularly useful for tweaking memory settings.
1212# Default value: -Xmx10248m -XX:MaxPermSize=256m
13- # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
13+ org.gradle.jvmargs =-Xmx2048m -XX:MaxPermSize=512m -XX:MaxMetaspaceSize=2g -Dfile.encoding=UTF-8
1414
1515# When configured, Gradle will run in incubating parallel mode.
1616# This option should only be used with decoupled projects. More details, visit
You can’t perform that action at this time.
0 commit comments