We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76029c8 commit d2e3ddaCopy full SHA for d2e3dda
.github/workflows/maven.yml
@@ -19,4 +19,4 @@ jobs:
19
distribution: 'temurin'
20
java-version: ${{matrix.java}}
21
- name: Build with Maven
22
- run: mvn verify -B -e -V --file pom.xml
+ run: mvn verify -B -e -V --file pom.xml -Dgpg.skip=true
pom.xml
@@ -46,12 +46,6 @@
46
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47
<java.version>8</java.version>
48
</properties>
49
- <repositories>
50
- <repository>
51
- <id>jcenter</id>
52
- <url>https://jcenter.bintray.com/</url>
53
- </repository>
54
- </repositories>
55
<distributionManagement>
56
<snapshotRepository>
57
<id>ossrh</id>
0 commit comments