Skip to content

Commit

Permalink
Use openjdk-latest for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Jun 2, 2022
1 parent 28814a0 commit f8eaf5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'temurin-jdk11-latest'
jdk 'openjdk-latest'
}
stages {
stage('get m2e-core-tests') {
Expand Down
2 changes: 1 addition & 1 deletion target-platform/target-platform.target
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="m2e-target-platform">
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/eclipse/updates/4.23/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
Expand Down

0 comments on commit f8eaf5e

Please sign in to comment.