We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea25eb commit 433f9b3Copy full SHA for 433f9b3
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Publish to Apache Maven Central
34
working-directory: plugin-code
35
- run: ./mvnw deploy -B -Prelease
+ run: ./mvnw deploy -B -Prelease -no-transfer-progress
36
env:
37
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
38
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
.github/workflows/unit-tests.yml
@@ -21,4 +21,4 @@ jobs:
21
cache: maven
22
- name: Test with Maven
23
24
- run: ./mvnw test
+ run: ./mvnw test -no-transfer-progress
0 commit comments