diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-13 15:55:35 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-13 15:55:35 -0500 |
commit | 184b7cc697ffc2dcbd49cfb3d0fd7b14bdac8803 (patch) | |
tree | f20fbc94b06b365a0195feed860a737a9e48d57e /.classpath | |
parent | c5f7ad25645450fbb3ab539f76da189b5b8fcfe0 (diff) |
Upgraded to Java 11, and upgraded file code to the new I/O
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> |