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 2d1541f commit bd5b055Copy full SHA for bd5b055
.github/workflows/build-and-deploy-snapshot.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: 17
21
cache: maven
22
- name: Build and Publish
23
- run: ./mvnw clean deploy --no-transfer-progress --update-snapshots -Dfull -DaltDeploymentRepository=distribution::default::file://$(pwd)/distribution-repository
+ run: ./mvnw clean deploy --batch-mode --no-transfer-progress --update-snapshots -Dfull -DaltDeploymentRepository=distribution::default::file://$(pwd)/distribution-repository
24
- name: Deploy
25
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
26
with:
0 commit comments