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 8230970 commit f9dbfb9Copy full SHA for f9dbfb9
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
cache: 'maven'
28
29
- name: Build with Maven
30
- run: mvn test
+ run: ./mvnw test
31
32
deploy-snapshot:
33
runs-on: ubuntu-latest
@@ -48,7 +48,7 @@ jobs:
48
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
49
50
- name: Deploy Snapshot
51
- run: mvn -B --no-transfer-progress -Pmaven-central-release -Prelease-sign-artifacts -DskipTests=true deploy
+ run: ./mvnw -B --no-transfer-progress -Pmaven-central-release -Prelease-sign-artifacts -DskipTests=true deploy
52
env:
53
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
54
CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
0 commit comments