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 9a938fc commit e101e4bCopy full SHA for e101e4b
examples/hello-world/test.sh
@@ -6,7 +6,7 @@ export ORG_GRADLE_PROJECT_signingKey=$MAVEN_GPG_KEY
6
export ORG_GRADLE_PROJECT_signingPassword=$MAVEN_GPG_PASSPHRASE
7
set -x
8
# gradle
9
-./gradlew clean publishMavenPublicationToExamplesRepository $@
+./gradlew clean publishMavenPublicationToExamplesRepository --stacktrace $@
10
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.jar.sigstore.json
11
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.module.sigstore.json
12
test -f build/example-repo/com/example/hello-world/1.0.0/hello-world-1.0.0.pom.sigstore.json
0 commit comments