Skip to content

Commit

Permalink
Fixed Pydev 8.2.0 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed May 3, 2023
1 parent 47790aa commit 21b2457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
id: maven_build_PyDev8_2_0
if: ${{ steps.release_check.outputs.IS_RELEASE }}
run: |
run: mvn clean verify -fae -P${{ matrix.profile }}-PyDev8.2.0 "-Dtycho=${{ matrix.tycho }}" -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false
mvn clean verify -fae -P${{ matrix.profile }}-PyDev8.2.0 "-Dtycho=${{ matrix.tycho }}" -Dmaven.wagon.provider.http=httpclient -Dmaven.artifact.threads=12 -Dhttp.tcp.nodelay=false
- name: Prepare deploy local directory for PyDev 8.2.0
id: prepare_deploy_PyDev8_2_0
Expand Down

0 comments on commit 21b2457

Please sign in to comment.