Include Eclipse 4.34 remove 4.31
This commit is contained in:
@@ -102,14 +102,14 @@ jobs:
|
||||
urls: ${{ steps.compute-invalid-urls.outputs.invalid_urls }}
|
||||
cloudflare_zone_id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
||||
cloudflare_cache_token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
|
||||
- name: Verify Eclipse LS Extensions on e433
|
||||
- name: Verify Eclipse LS Extensions on e434
|
||||
if: ${{ inputs.build_type == 'snapshot' }}
|
||||
run: |
|
||||
cd eclipse-language-servers
|
||||
if command -v xvfb-run ; then
|
||||
xvfb-run ./mvnw --batch-mode clean package -Pe433 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
xvfb-run ./mvnw --batch-mode clean package -Pe434 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
else
|
||||
./mvnw --batch-mode clean package -Pe433 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
./mvnw --batch-mode clean package -Pe434 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
fi
|
||||
- name: GChat spring-tools-team notification
|
||||
if: ${{ inputs.build_type == 'release' }}
|
||||
|
||||
Reference in New Issue
Block a user