File tree Expand file tree Collapse file tree 4 files changed +0
-56
lines changed
actions/install-maven-parent-action Expand file tree Collapse file tree 4 files changed +0
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2626 type : string
2727 required : false
2828 default : ' .'
29- without-EF-infra :
30- description : ' Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
31- type : boolean
32- required : false
33- default : true
3429
3530permissions : {} # all none
3631
3732env :
3833 MAVEN_ARGS : >-
3934 --batch-mode --no-transfer-progress
40- ${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
4135
4236jobs :
4337 versions-check-and-increment :
6155 with :
6256 maven-version : 3.9.9
6357
64- - name : Install Maven parent locally
65- uses : eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
66- if : inputs.without-EF-infra
67-
6858 - name : Additional setup
6959 if : inputs.extra-setup-command
7060 run : |
Original file line number Diff line number Diff line change 2020 type : string
2121 required : false
2222 default : ' 3.9.9'
23- without-EF-infra :
24- description : ' Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
25- type : boolean
26- required : false
27- default : true
2823
2924env :
3025 MAVEN_ARGS : >-
3126 --batch-mode --no-transfer-progress
32- ${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
3327
3428jobs :
3529 analyze :
8882 with :
8983 maven-version : ${{ inputs.mavenVersion }}
9084
91- - name : Install Maven parent locally
92- uses : eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
93- if : inputs.without-EF-infra
94-
9585 - name : Build with Maven
9686 run : >-
9787 ${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
Original file line number Diff line number Diff line change 2020 type : string
2121 required : false
2222 default : ' 3.9.9'
23- without-EF-infra :
24- description : ' Whether to run this build without the need for EF-infrastructure (which is currently unavailable).'
25- type : boolean
26- required : false
27- default : true
2823
2924permissions : {}
3025
3126env :
3227 MAVEN_ARGS : >-
3328 --batch-mode --no-transfer-progress
34- ${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
3529
3630jobs :
3731 event_file :
8377 with :
8478 maven-version : ${{ inputs.mavenVersion }}
8579
86- - name : Install Maven parent locally
87- uses : eclipse-platform/eclipse.platform.releng.aggregator/.github/actions/install-maven-parent-action@master
88- if : inputs.without-EF-infra
89-
9080 - name : Build with Maven
9181 run : >-
9282 ${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
You can’t perform that action at this time.
0 commit comments