Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Commit f573a9a

Browse files
author
ParkJeongHwan
committed
Missing classpath.
1 parent 403d5e0 commit f573a9a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.classpath

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
<attribute name="gradle_used_by_scope" value="main,test"/>
1313
</attributes>
1414
</classpathentry>
15-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
15+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/">
16+
<attributes>
17+
<attribute name="module" value="true"/>
18+
</attributes>
19+
</classpathentry>
1620
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
17-
<classpathentry combineaccessrules="false" kind="src" path="/reflection"/>
1821
<classpathentry kind="output" path="bin/default"/>
1922
</classpath>

0 commit comments

Comments
 (0)