File tree Expand file tree Collapse file tree 4 files changed +475
-7
lines changed
rcp/org.eclipse.tracecompass.rcp Expand file tree Collapse file tree 4 files changed +475
-7
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 - uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26- - name : Set up JDK 17
26+ - name : Set up JDK 21
2727 uses : actions/setup-java@v4
2828 with :
29- java-version : ' 17 '
29+ java-version : ' 21 '
3030 distribution : ' temurin'
3131 cache : maven
3232 - name : Set up Maven
3838 with :
3939 run : >-
4040 mvn -B -Pctf-grammar -Pbuild-rcp ${{ inputs.maven-opts }}
41- -Djdk.version=17
42- -Djdk.release=17
41+ -Djdk.version=21
42+ -Djdk.release=21
4343 ${{ inputs.maven-goals }}
4444 - name : Upload logs
4545 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 4545 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4646 <testArgLine ></testArgLine >
4747
48- <jdk .version>17 </jdk .version>
49- <jdk .release>17 </jdk .release>
48+ <jdk .version>21 </jdk .version>
49+ <jdk .release>21 </jdk .release>
5050
5151 <skip-tc-core-tests >false</skip-tc-core-tests >
5252 <skip-short-tc-ui-tests >false</skip-short-tc-ui-tests >
5757 <tycho-use-project-settings >true</tycho-use-project-settings >
5858 <tycho .scmUrl>scm:git:https://github.com/eclipse-tracecompass/org.eclipse.tracecompass</tycho .scmUrl>
5959 <cbi-plugins .version>1.4.2</cbi-plugins .version>
60- <target-platform >tracecompass-e4.34 </target-platform >
60+ <target-platform >tracecompass-e4.35 </target-platform >
6161 <help-docs-eclipserun-repo >https://download.eclipse.org/eclipse/updates/4.23</help-docs-eclipserun-repo >
6262
6363 <rcptt-version >2.5.4</rcptt-version >
Original file line number Diff line number Diff line change 441441 id =" org.apache.xmlgraphics"
442442 version =" 0.0.0" />
443443
444+ <plugin
445+ id =" org.apache.commons.jxpath"
446+ version =" 0.0.0" />
447+
448+ <plugin
449+ id =" org.apache.commons.commons-beanutils"
450+ version =" 0.0.0" />
451+
452+ <plugin
453+ id =" org.apache.commons.collections"
454+ version =" 0.0.0" />
455+
456+ <plugin
457+ id =" org.jdom"
458+ version =" 0.0.0" />
459+
460+ <plugin
461+ id =" org.eclipse.launchbar.core"
462+ version =" 0.0.0" />
463+
444464 <plugin
445465 id =" org.eclipse.tracecompass.trace-event-logger"
446466 version =" 0.0.0" />
You can’t perform that action at this time.
0 commit comments