Commit 24a8495 1 parent 5138ec7 commit 24a8495 Copy full SHA for 24a8495
File tree 3 files changed +7
-8
lines changed
com.vogella.tasks.services.tests
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 6
6
</attributes >
7
7
</classpathentry >
8
8
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
9
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " />
9
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " />
10
10
<classpathentry kind =" output" path =" bin" />
11
11
</classpath >
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
4
- org.eclipse.jdt.core.compiler.compliance =1.8
3
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =21
4
+ org.eclipse.jdt.core.compiler.compliance =21
5
5
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6
6
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
7
7
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
8
8
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
9
- org.eclipse.jdt.core.compiler.release =disabled
10
- org.eclipse.jdt.core.compiler.source =1.8
9
+ org.eclipse.jdt.core.compiler.release =enabled
10
+ org.eclipse.jdt.core.compiler.source =21
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Bundle-SymbolicName: com.vogella.tasks.services.tests
5
5
Bundle-Version : 1.0.0.qualifier
6
6
Bundle-Vendor : VOGELLA
7
7
Fragment-Host : com.vogella.tasks.services;bundle-version="1.0.0"
8
+ Import-Package : org.junit.jupiter.api;version="5.11.0"
8
9
Automatic-Module-Name : com.vogella.tasks.services.tests
9
- Bundle-RequiredExecutionEnvironment : JavaSE-1.8
10
- Require-Bundle : org.junit,
11
- org.junit.jupiter.api
10
+ Bundle-RequiredExecutionEnvironment : JavaSE-21
You can’t perform that action at this time.
0 commit comments