Skip to content

Commit c0f8c4b

Browse files
committed
Updated
1 parent c4161e1 commit c0f8c4b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3131
restore-keys: ${{ runner.os }}-m2
3232
- name: Deploy
33-
run: mvn deploy -DskipTests
33+
run: mvn deploy --batch-mode -DskipTests --no-transfer-progress
3434
env:
3535
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3636
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<jacoco.version>0.8.8</jacoco.version>
2323
<mavenshadeplugin.version>3.2.1</mavenshadeplugin.version>
2424
<nexusstagingplugin.version>1.6.13</nexusstagingplugin.version>
25-
<gpgplugin.version>3.0.1</gpgplugin.version>
25+
<gpgplugin.version>1.6</gpgplugin.version>
2626
<javadocplugin.version>3.4.1</javadocplugin.version>
2727
<mavensourceplugin.version>3.2.1</mavensourceplugin.version>
2828
</properties>
@@ -145,7 +145,6 @@
145145
<gpgArguments>
146146
<arg>--pinentry-mode</arg>
147147
<arg>loopback</arg>
148-
<arg>--no-tty</arg>
149148
</gpgArguments>
150149
</configuration>
151150
</execution>

0 commit comments

Comments
 (0)