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