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 8946fe3 commit 664e385Copy full SHA for 664e385
.github/workflows/build.yml
@@ -108,7 +108,7 @@ jobs:
108
run: |
109
MKTEMP_PATH="$(dirname "$(mktemp -u)")/"
110
echo "MKTEMP_PATH=$MKTEMP_PATH" >> $GITHUB_ENV
111
- ./gradlew buildAndPublish --no-daemon
+ ./gradlew buildAndPublish --no-daemon --stacktrace
112
# echo "dist_path=backend/jvm/build/libs/jvm-all.jar" >> "$GITHUB_OUTPUT"
113
env:
114
GITHUB_USER: ${{ github.repository_owner }}
0 commit comments