e436 target and CI. Tycho 4.0.12. JDT LS 1.45
This commit is contained in:
@@ -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
|
||||
|
||||
18
.github/workflows/snapshot-all.yml
vendored
18
.github/workflows/snapshot-all.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user