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 c550be9 commit 090803eCopy full SHA for 090803e
.github/workflows/ci.yml
@@ -33,8 +33,10 @@ 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
- run: ./gradlew publish --debug --stacktrace
39
+ run: ./gradlew publish --info --stacktrace
40
env:
41
MAVEN_USER: ${{ secrets.MAVEN_USER }}
42
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
0 commit comments