Skip to content

Commit d2e3dda

Browse files
committed
Skip gpg signing for the maven workflow.
1 parent 76029c8 commit d2e3dda

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: ${{matrix.java}}
2121
- name: Build with Maven
22-
run: mvn verify -B -e -V --file pom.xml
22+
run: mvn verify -B -e -V --file pom.xml -Dgpg.skip=true

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<java.version>8</java.version>
4848
</properties>
49-
<repositories>
50-
<repository>
51-
<id>jcenter</id>
52-
<url>https://jcenter.bintray.com/</url>
53-
</repository>
54-
</repositories>
5549
<distributionManagement>
5650
<snapshotRepository>
5751
<id>ossrh</id>

0 commit comments

Comments
 (0)