Skip to content

Commit adc62a5

Browse files
committed
Maven re-sync.
1 parent e04c330 commit adc62a5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.classpath

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@
1919
</attributes>
2020
</classpathentry>
2121
<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>
2340
<classpathentry kind="output" path="target/classes"/>
2441
</classpath>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
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
25
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

0 commit comments

Comments
 (0)