e436 target and CI. Tycho 4.0.12. JDT LS 1.45

This commit is contained in:
aboyko
2025-03-12 12:18:42 -04:00
parent f034246f18
commit a978016ff4
10 changed files with 139 additions and 135 deletions

View File

@@ -14,16 +14,6 @@ on:
jobs:
e433-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e433'
build_type: 'release'
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
java_version: '21'
secrets: inherit
e434-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
@@ -43,3 +33,13 @@ jobs:
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
java_version: '21'
secrets: inherit
e436-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e436'
build_type: 'release'
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
java_version: '21'
secrets: inherit

View File

@@ -28,15 +28,6 @@ jobs:
skip_tests: true
secrets: inherit
e433-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e433'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
e434-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -55,6 +46,15 @@ jobs:
java_version: '21'
secrets: inherit
e436-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e436'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
vscode-spring-boot:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/snapshot-vscode-extension.yml