Skip to content

Commit f902fd0

Browse files
committed
more debug options
1 parent 2e9f2a5 commit f902fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if [[ "$CMD" == "release" ]]; then
202202
$git_mount $src_mount $output_mount \
203203
-v /tmp/secured:/tmp/secured \
204204
$docker_image \
205-
$gradle_task --scan
205+
$gradle_task --scan --stacktrace --debug
206206
fi
207207

208208
if [[ "$CMD" == "bump" ]]; then

0 commit comments

Comments
 (0)