Skip to content

Commit

Permalink
[eclipse-texlipse#109] Restore pipeline
Browse files Browse the repository at this point in the history
disable SSL checks to allow jazzy
  • Loading branch information
ruspl-afed committed Feb 27, 2024
1 parent d809633 commit 77056ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Build with Maven
run: mvn clean verify --no-transfer-progress -U
run: mvn clean verify --no-transfer-progress -U -e -Dmaven.resolver.transport=wagon -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

0 comments on commit 77056ec

Please sign in to comment.