Skip to content

Commit 664e385

Browse files
committed
chore: Attempt3 - debugging
1 parent 8946fe3 commit 664e385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
MKTEMP_PATH="$(dirname "$(mktemp -u)")/"
110110
echo "MKTEMP_PATH=$MKTEMP_PATH" >> $GITHUB_ENV
111-
./gradlew buildAndPublish --no-daemon
111+
./gradlew buildAndPublish --no-daemon --stacktrace
112112
# echo "dist_path=backend/jvm/build/libs/jvm-all.jar" >> "$GITHUB_OUTPUT"
113113
env:
114114
GITHUB_USER: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)