Skip to content

Commit ee68dd6

Browse files
committed
Squash
1 parent c066e41 commit ee68dd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'adopt'
2323
cache: 'maven'
2424
- name: Build with Maven
25-
run: ./mvnw --batch-mode clean package checkstyle:checkstyle jacoco:report -Djarsigner.skip=true
25+
run: ./mvnw --batch-mode clean package checkstyle:checkstyle jacoco:report -Djarsigner.skip=true -DcommonConfig.jarSign.skip=true
2626
- name: Upload coverage reports to CodeCov
2727
uses: codecov/codecov-action@v3
2828

0 commit comments

Comments
 (0)