We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f221497 commit bb90f37Copy full SHA for bb90f37
.github/workflows/ci.build.yml
@@ -116,6 +116,7 @@ jobs:
116
-U \
117
-DskipTests=true \
118
-Dmaven.javadoc.skip=false \
119
+ -Dgpg.skip \
120
-f $ROOT_POM
121
- name: Generate hashes
122
shell: bash
.github/workflows/ci.test.yml
@@ -95,6 +95,7 @@ jobs:
95
install \
96
97
98
99
-Dmaven.javadoc.skip=true \
100
101
- name: 'Test'
.github/workflows/codeql.yml
@@ -69,6 +69,7 @@ jobs:
69
70
71
72
73
-f pom.xml
74
- name: Perform CodeQL Analysis
75
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
0 commit comments