We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a093fb commit 6431e55Copy full SHA for 6431e55
1 file changed
.github/workflows/ci.yml
@@ -13,4 +13,4 @@ jobs:
13
distribution: 'temurin'
14
cache: maven
15
- name: Build and Test
16
- run: mvn verify pom.xml
+ run: ./mvnw verify -Dgpg.skip
0 commit comments