Skip to content

Commit 9c75975

Browse files
committed
Remove debug flags from Maven build
1 parent 678d4e8 commit 9c75975

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/maven-central.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,4 @@ jobs:
9191
-DaltDeploymentRepository=ossrh::default::https://central.sonatype.com/api/v1/publisher/upload \
9292
-DrepositoryId=ossrh \
9393
-Dusername=${{ secrets.OSSRH_USERNAME_TOKEN }} \
94-
-Dpassword=${{ secrets.OSSRH_PASSWORD_TOKEN }} \
95-
-X \
96-
-e \
97-
--debug \
98-
-Dgpg.verbose=true \
99-
-Dgpg.debug=true
94+
-Dpassword=${{ secrets.OSSRH_PASSWORD_TOKEN }}

0 commit comments

Comments
 (0)