We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a638bc6 commit 7892034Copy full SHA for 7892034
.classpath
@@ -3,6 +3,6 @@
3
<classpathentry kind="src" path="src/main/java"/>
4
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
5
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6
- <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
7
<classpathentry kind="output" path="target/classes"/>
8
</classpath>
.gitignore
@@ -1 +1,4 @@
1
/target/
2
+.project
+.settings
+.classpath
0 commit comments