Skip to content

Commit 111140f

Browse files
committed
Add execution environment for Java SE 21 in Tycho plugin configuration
1 parent 1d926ce commit 111140f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • plugins/de.fraunhofer.ipa.ros.parent

plugins/de.fraunhofer.ipa.ros.parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<artifactId>target-platform-configuration</artifactId>
156156
<version>${tycho-version}</version>
157157
<configuration>
158+
<executionEnvironment>JavaSE-21</executionEnvironment>
158159
<environments>
159160
<environment>
160161
<os>macosx</os>
@@ -196,4 +197,4 @@
196197
</plugin>
197198
</plugins>
198199
</build>
199-
</project>
200+
</project>

0 commit comments

Comments
 (0)