Skip to content

Commit e101e4b

Browse files
authored
Get stacktrace in test.sh
Signed-off-by: Appu <[email protected]>
1 parent 9a938fc commit e101e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello-world/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export ORG_GRADLE_PROJECT_signingKey=$MAVEN_GPG_KEY
66
export ORG_GRADLE_PROJECT_signingPassword=$MAVEN_GPG_PASSPHRASE
77
set -x
88
# gradle
9-
./gradlew clean publishMavenPublicationToExamplesRepository $@
9+
./gradlew clean publishMavenPublicationToExamplesRepository --stacktrace $@
1010
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.jar.sigstore.json
1111
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.module.sigstore.json
1212
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.pom.sigstore.json

0 commit comments

Comments
 (0)