Skip to content

Commit dc05f83

Browse files
committed
Update CI file to fix build
1 parent 2a366ad commit dc05f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
${{ runner.os }}-m2-
3939
4040
- name: Install dependencies and run tests
41-
run: mvn clean install -B -q
41+
run: mvn clean install -B -q -Dgpg.skip=true

0 commit comments

Comments
 (0)