Skip to content

Commit 443dd3f

Browse files
committed
chore: classpath
1 parent c3a3b87 commit 443dd3f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

java/codedifferently-app/.classpath

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@
1313
<attribute name="gradle_used_by_scope" value="main,test"/>
1414
</attributes>
1515
</classpathentry>
16+
<classpathentry kind="src" output="bin/main" path="src/main/resources">
17+
<attributes>
18+
<attribute name="gradle_scope" value="main"/>
19+
<attribute name="gradle_used_by_scope" value="main,test"/>
20+
</attributes>
21+
</classpathentry>
22+
<classpathentry kind="src" output="bin/test" path="src/test/resources">
23+
<attributes>
24+
<attribute name="gradle_scope" value="test"/>
25+
<attribute name="gradle_used_by_scope" value="test"/>
26+
<attribute name="test" value="true"/>
27+
</attributes>
28+
</classpathentry>
1629
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
1730
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1831
<classpathentry kind="output" path="bin/default"/>

java/codedifferently-app/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=ignore
33
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4-
org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull
4+
org.eclipse.jdt.core.compiler.annotation.nonnull=
55
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=javax.annotation.ParametersAreNonnullByDefault
66
org.eclipse.jdt.core.compiler.annotation.nullable=javax.annotation.Nullable
77
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled

0 commit comments

Comments
 (0)