We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ff43f commit c2ae594Copy full SHA for c2ae594
.github/workflows/ci.yml
@@ -33,10 +33,8 @@ jobs:
33
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle-wrapper.properties') }}
34
restore-keys: |
35
${{ runner.os }}-gradle-
36
- - name: Install Cross
37
- run: cargo install cross --git https://github.com/cross-rs/cross
38
- name: Build and publish artifacts
39
- run: ./gradlew publish --info --stacktrace
+ run: ./gradlew publish --debug --stacktrace
40
env:
41
MAVEN_USER: ${{ secrets.MAVEN_USER }}
42
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
0 commit comments