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 80fc7bb commit cd4ddbfCopy full SHA for cd4ddbf
.github/workflows/build-gradle-project.yml
@@ -34,5 +34,5 @@ jobs:
34
echo -e "signingKey=$SIGNING_KEY" >> gradle.properties
35
echo -e "signingKeyId=$SIGNING_KEY_ID" >> gradle.properties
36
echo -e "signingKeyPassword=$SIGNING_PASSWORD" >> gradle.properties
37
- ./gradlew --stacktrace sign
+ ./gradlew sign
38
# ./gradlew --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository
0 commit comments