Skip to content

Commit

Permalink
package jdk 17 when build product
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhy committed Nov 16, 2023
1 parent 3529806 commit 7ed2540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/com.liferay.ide-repository/studio.product
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ to distribution rights of the Software.
</license>

<plugins>
<plugin id="org.eclipse.justj.openjdk.hotspot.jre.full"/>
</plugins>

<features>
Expand Down Expand Up @@ -129,7 +130,7 @@ to distribution rights of the Software.

<feature id="org.eclipse.jdt" installMode="root"/>

<feature id="org.eclipse.justj.epp.feature" installMode="root"/>
<feature id="org.eclipse.justj.openjdk.hotspot.jre.full" installMode="root"/>

<feature id="org.eclipse.jpt.common.feature" installMode="root"/>
<feature id="org.eclipse.jpt.jaxb.feature" installMode="root"/>
Expand Down
2 changes: 2 additions & 0 deletions build/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@
</extraRequirements>
</dependency-resolution>
<resolver>p2</resolver>
<executionEnvironment>org.eclipse.justj.openjdk.hotspot.jre.full-17</executionEnvironment>
<resolveWithExecutionEnvironmentConstraints>true</resolveWithExecutionEnvironmentConstraints>
<ignoreTychoRepositories>true</ignoreTychoRepositories>
<allowConflictingDependencies>true</allowConflictingDependencies>
<environments>
Expand Down

0 comments on commit 7ed2540

Please sign in to comment.