File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 19
19
</attributes >
20
20
</classpathentry >
21
21
<classpathentry combineaccessrules =" false" kind =" src" path =" /shared" />
22
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
22
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21" >
23
+ <attributes >
24
+ <attribute name =" maven.pomderived" value =" true" />
25
+ </attributes >
26
+ </classpathentry >
27
+ <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
28
+ <attributes >
29
+ <attribute name =" maven.pomderived" value =" true" />
30
+ <attribute name =" optional" value =" true" />
31
+ </attributes >
32
+ </classpathentry >
33
+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
34
+ <attributes >
35
+ <attribute name =" maven.pomderived" value =" true" />
36
+ <attribute name =" test" value =" true" />
37
+ <attribute name =" optional" value =" true" />
38
+ </attributes >
39
+ </classpathentry >
23
40
<classpathentry kind =" output" path =" target/classes" />
24
41
</classpath >
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =21
3
+ org.eclipse.jdt.core.compiler.compliance =21
4
+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
2
5
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
6
+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
7
+ org.eclipse.jdt.core.compiler.release =disabled
8
+ org.eclipse.jdt.core.compiler.source =21
You can’t perform that action at this time.
0 commit comments