diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-07-17 12:28:14 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-07-17 12:28:14 -0500 |
commit | 6178211ce0f280c7630b0ca6244ab547270650c6 (patch) | |
tree | 2b4cd2fafa367975f2c44d4edc97270a0ec1e1f5 /.classpath | |
parent | 5b371a3c57bf5967946e48daa7bd9e16182f529a (diff) |
misc eclipse updates
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -14,13 +14,17 @@ </classpathentry> <classpathentry kind="src" output="bin/test" path="src/test/java"> <attributes> + <attribute name="test" value="true"/> <attribute name="gradle_scope" value="test"/> <attribute name="gradle_used_by_scope" value="test"/> - <attribute name="test" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" path="src/test/resources"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> <classpathentry kind="output" path="bin/default"/> </classpath> |