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 a9dc31f commit c550be9Copy full SHA for c550be9
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
restore-keys: |
35
${{ runner.os }}-gradle-
36
- name: Build and publish artifacts
37
- run: ./gradlew publish --info
+ run: ./gradlew publish --debug --stacktrace
38
env:
39
MAVEN_USER: ${{ secrets.MAVEN_USER }}
40
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
0 commit comments