Skip to content

Commit

Permalink
Get stacktrace in test.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Appu <appu@google.com>
  • Loading branch information
loosebazooka authored Jan 22, 2025
1 parent 9a938fc commit e101e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export ORG_GRADLE_PROJECT_signingKey=$MAVEN_GPG_KEY
export ORG_GRADLE_PROJECT_signingPassword=$MAVEN_GPG_PASSPHRASE
set -x
# gradle
./gradlew clean publishMavenPublicationToExamplesRepository $@
./gradlew clean publishMavenPublicationToExamplesRepository --stacktrace $@
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.jar.sigstore.json
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.module.sigstore.json
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.pom.sigstore.json
Expand Down

0 comments on commit e101e4b

Please # to comment.