diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-13 16:21:49 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-13 16:21:49 -0500 |
commit | fe4135a68cfed92ef336eec663e9c42c2c97dcbc (patch) | |
tree | 2fcf583265be3c575086f3ce3183a3268c997538 /.classpath | |
parent | 761ba0b6627df8bc9f6ab41c94f349c84d378609 (diff) | |
parent | 184b7cc697ffc2dcbd49cfb3d0fd7b14bdac8803 (diff) |
Merge branch 'feature-settings-tab' into develop
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> + <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.junit.JUNIT_CONTAINER/5"/> <classpathentry kind="src" output="target/classes" path="src"> <attributes> |