diff options
| author | Ben Culkin <scorpress@gmail.com> | 2022-09-27 19:13:39 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2022-09-27 19:13:39 -0400 |
| commit | e491562b9cd364374cefaba62622ed029944843c (patch) | |
| tree | 76c496e8937868358160c2cf17b6a83be71b272b /.classpath | |
| parent | 10feae83a4ba2d5e77e99c3126240d810ebbb552 (diff) | |
Minor changes
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,12 +13,12 @@ </classpathentry> <classpathentry kind="src" output="target/test-classes" path="src/test/java"> <attributes> + <attribute name="test" value="true"/> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> - <attribute name="test" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> |
