Skip to content

Commit

Permalink
TychoConnectorTest move to Java 21
Browse files Browse the repository at this point in the history
GH builder for MacOS fails with "M2EClasspath Container not found!
(org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17[CPE_CONTAINER][K_SOURCE][isExported:false],
org.eclipse.pde.core.requiredPlugins[CPE_CONTAINER][K_SOURCE][isExported:false],
/pde.tycho.plugin/src/[CPE_SOURCE][K_SOURCE][isExported:false]".
Move up to get more stable tests.
  • Loading branch information
akurtakov committed Oct 4, 2024
1 parent 8bd12b6 commit 12f6bec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>3.0.0</version>
<version>4.0.9</version>
</extension>
</extensions>
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: pde.tycho.plugin
Bundle-Version: 0.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-RequiredExecutionEnvironment: JavaSE-21
Automatic-Module-Name: pde.tycho.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: pde.tycho.pomless.plugin
Bundle-Version: 0.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-RequiredExecutionEnvironment: JavaSE-21
Automatic-Module-Name: pde.tycho.plugin
2 changes: 1 addition & 1 deletion org.eclipse.m2e.pde.connector.tests/projects/tycho/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>3.0.0</tycho-version>
<tycho-version>4.0.9</tycho-version>
</properties>

<modules>
Expand Down

0 comments on commit 12f6bec

Please sign in to comment.