Skip to content

Commit

Permalink
Migrate eclipse setup to use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Sep 7, 2022
1 parent bf0fc83 commit 8f51cd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eclipse/spring-boot-project.setup
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
label="Checkout Location"/>
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-1.8"
location="${jre.location-1.8}">
version="JavaSE-17"
location="${jre.location-17}">
<description>
Define the JRE needed to compile and run the Java
projects of ${scope.project.label}
Expand Down Expand Up @@ -117,14 +117,14 @@
</setupTask>
<setupTask
xsi:type="oomph:GradleImportTask"
javaHome="${jre.location-1.8}">
javaHome="${jre.location-17}">
<sourceLocator
rootFolder="${checkout.location}"
locateNestedProjects="true"/>
</setupTask>
<setupTask
xsi:type="oomph:GradleImportTask"
javaHome="${jre.location-1.8}">
javaHome="${jre.location-17}">
<sourceLocator
rootFolder="${checkout.location}/buildSrc"/>
</setupTask>
Expand Down

0 comments on commit 8f51cd0

Please sign in to comment.