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 4c2394f commit 628d09fCopy full SHA for 628d09f
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Publish to Maven Central
22
run: |
23
- ./gradlew --stacktrace --verbose publishAndReleaseToMavenCentral \
+ ./gradlew --stacktrace --debug publishAndReleaseToMavenCentral \
24
-PsigningInMemoryKey=$GPG_KEY \
25
-PsigningInMemoryKeyPassword=$GPG_PASSWORD \
26
-PmavenCentralUsername=$MAVEN_USERNAME \
0 commit comments