Skip to content

Commit

Permalink
Fix JDK reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Jun 12, 2018
1 parent 2a1a6dc commit 48d0a96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jOOX/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<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/jdk-9"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>

0 comments on commit 48d0a96

Please sign in to comment.