Skip to content

Commit 433f9b3

Browse files
committed
-no-transfer-progress
1 parent eea25eb commit 433f9b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Publish to Apache Maven Central
3434
working-directory: plugin-code
35-
run: ./mvnw deploy -B -Prelease
35+
run: ./mvnw deploy -B -Prelease -no-transfer-progress
3636
env:
3737
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3838
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
cache: maven
2222
- name: Test with Maven
2323
working-directory: plugin-code
24-
run: ./mvnw test
24+
run: ./mvnw test -no-transfer-progress

0 commit comments

Comments
 (0)