File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ jobs:
102102 urls : ${{ steps.compute-invalid-urls.outputs.invalid_urls }}
103103 cloudflare_zone_id : ${{ secrets.CLOUDFLARE_ZONE_ID }}
104104 cloudflare_cache_token : ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
105- - name : Verify Eclipse LS Extensions on e434
105+ - name : Verify Eclipse LS Extensions on e435
106106 if : ${{ inputs.build_type == 'snapshot' }}
107107 run : |
108108 cd eclipse-language-servers
109109 if command -v xvfb-run ; then
110- 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
110+ xvfb-run ./mvnw --batch-mode clean package -Pe435 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
111111 else
112- ./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
112+ ./mvnw --batch-mode clean package -Pe435 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
113113 fi
114114 - name : GChat spring-tools-team notification
115115 if : ${{ inputs.build_type == 'release' }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616
17- e432 -distro :
17+ e433 -distro :
1818 uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
1919 with :
20- eclipse_profile : ' e432 '
20+ eclipse_profile : ' e433 '
2121 build_type : ' release'
2222 p2-qualifier : ' RELEASE'
2323 sts4-language-servers-version : ${{ inputs.sts4-language-servers-version }}
2424 java_version : ' 21'
2525 secrets : inherit
2626
27- e433 -distro :
27+ e434 -distro :
2828 uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
2929 with :
30- eclipse_profile : ' e433 '
30+ eclipse_profile : ' e434 '
3131 build_type : ' release'
3232 p2-qualifier : ' RELEASE'
3333 sts4-language-servers-version : ${{ inputs.sts4-language-servers-version }}
3434 java_version : ' 21'
3535 secrets : inherit
3636
37- e434 -distro :
37+ e435 -distro :
3838 uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
3939 with :
40- eclipse_profile : ' e434 '
40+ eclipse_profile : ' e435 '
4141 build_type : ' release'
4242 p2-qualifier : ' RELEASE'
4343 sts4-language-servers-version : ${{ inputs.sts4-language-servers-version }}
Original file line number Diff line number Diff line change 1717 eclipse-ls-extension :
1818 uses : ./.github/workflows/eclipse-ls-extensions-build.yml
1919 with :
20- eclipse_profile : ' e432 '
20+ eclipse_profile : ' e433 '
2121 build_type : ' release'
2222 skip_tests : true
2323 sts4-language-servers-version : ${{ inputs.sts4-language-servers-version }}
Original file line number Diff line number Diff line change @@ -23,34 +23,34 @@ jobs:
2323 needs : [ language-servers-multiplatform-build ]
2424 uses : ./.github/workflows/eclipse-ls-extensions-build.yml
2525 with :
26- eclipse_profile : ' e432 '
26+ eclipse_profile : ' e433 '
2727 build_type : ' snapshot'
2828 skip_tests : true
2929 secrets : inherit
3030
31- e432 -distro :
31+ e433 -distro :
3232 needs : [ eclipse-ls-extensions ]
3333 uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
3434 with :
35- eclipse_profile : ' e432 '
35+ eclipse_profile : ' e433 '
3636 build_type : ' snapshot'
3737 java_version : ' 21'
3838 secrets : inherit
3939
40- e433 -distro :
40+ e434 -distro :
4141 needs : [ eclipse-ls-extensions ]
4242 uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
4343 with :
44- eclipse_profile : ' e433 '
44+ eclipse_profile : ' e434 '
4545 build_type : ' snapshot'
4646 java_version : ' 21'
4747 secrets : inherit
4848
49- e434 -distro :
49+ e435 -distro :
5050 needs : [ eclipse-ls-extensions ]
5151 uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
5252 with :
53- eclipse_profile : ' e434 '
53+ eclipse_profile : ' e435 '
5454 build_type : ' snapshot'
5555 java_version : ' 21'
5656 secrets : inherit
You can’t perform that action at this time.
0 commit comments