We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c8e54 commit d0281a0Copy full SHA for d0281a0
1 file changed
.github/workflows/publish.yml
@@ -24,11 +24,10 @@ jobs:
24
uses: gradle/gradle-build-action@v3
25
26
- name: Publish all modules to Maven Central
27
+ run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon --debug --stacktrace
28
env:
29
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
30
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
31
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
32
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_USERNAME }}
33
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.CENTRAL_PASSWORD }}
- run: |
34
- ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon
0 commit comments