Skip to content

Commit 532c037

Browse files
committed
2 parents 44b202c + e55d2d5 commit 532c037

File tree

7 files changed

+4738
-4908
lines changed

7 files changed

+4738
-4908
lines changed

backend/.classpath

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -28,5 +29,12 @@
2829
<attribute name="maven.pomderived" value="true"/>
2930
</attributes>
3031
</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>
3139
<classpathentry kind="output" path="target/classes"/>
3240
</classpath>

backend/.settings/org.eclipse.jdt.core.prefs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ org.eclipse.jdt.core.compiler.compliance=17
55
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
66
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
77
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
8-
org.eclipse.jdt.core.compiler.release=disabled
8+
org.eclipse.jdt.core.compiler.release=enabled
99
org.eclipse.jdt.core.compiler.source=17

frontend/.classpath

+13
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,18 @@
2323
<attribute name="test" value="true"/>
2424
</attributes>
2525
</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>
2639
<classpathentry kind="output" path="target/classes"/>
2740
</classpath>

frontend/.settings/org.eclipse.jdt.core.prefs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ org.eclipse.jdt.core.compiler.compliance=17
55
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
66
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
77
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
8-
org.eclipse.jdt.core.compiler.release=disabled
8+
org.eclipse.jdt.core.compiler.release=enabled
99
org.eclipse.jdt.core.compiler.source=17

0 commit comments

Comments
 (0)