File tree 7 files changed +4738
-4908
lines changed
7 files changed +4738
-4908
lines changed Original file line number Diff line number Diff line change 9
9
<classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
10
10
<attributes >
11
11
<attribute name =" maven.pomderived" value =" true" />
12
+ <attribute name =" optional" value =" true" />
12
13
</attributes >
13
14
</classpathentry >
14
15
<classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
28
29
<attribute name =" maven.pomderived" value =" true" />
29
30
</attributes >
30
31
</classpathentry >
32
+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
33
+ <attributes >
34
+ <attribute name =" maven.pomderived" value =" true" />
35
+ <attribute name =" test" value =" true" />
36
+ <attribute name =" optional" value =" true" />
37
+ </attributes >
38
+ </classpathentry >
31
39
<classpathentry kind =" output" path =" target/classes" />
32
40
</classpath >
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ org.eclipse.jdt.core.compiler.compliance=17
5
5
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
6
6
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
7
7
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
8
- org.eclipse.jdt.core.compiler.release =disabled
8
+ org.eclipse.jdt.core.compiler.release =enabled
9
9
org.eclipse.jdt.core.compiler.source =17
Original file line number Diff line number Diff line change 23
23
<attribute name =" test" value =" true" />
24
24
</attributes >
25
25
</classpathentry >
26
+ <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
27
+ <attributes >
28
+ <attribute name =" maven.pomderived" value =" true" />
29
+ <attribute name =" optional" value =" true" />
30
+ </attributes >
31
+ </classpathentry >
32
+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
33
+ <attributes >
34
+ <attribute name =" maven.pomderived" value =" true" />
35
+ <attribute name =" test" value =" true" />
36
+ <attribute name =" optional" value =" true" />
37
+ </attributes >
38
+ </classpathentry >
26
39
<classpathentry kind =" output" path =" target/classes" />
27
40
</classpath >
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ org.eclipse.jdt.core.compiler.compliance=17
5
5
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
6
6
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
7
7
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
8
- org.eclipse.jdt.core.compiler.release =disabled
8
+ org.eclipse.jdt.core.compiler.release =enabled
9
9
org.eclipse.jdt.core.compiler.source =17
You can’t perform that action at this time.
0 commit comments