Update to use Java 5, remove annotation
All checks were successful
Flare Microsystems Git/FlarePublic/CrossJeeves/pipeline/head This commit looks good
Flare Microsystems Git/FlarePublic/CrossJeeves/pipeline/pr-master This commit looks good

This commit is contained in:
Vulpovile
2025-01-11 11:33:13 -08:00
parent 0d10fb2528
commit d158a1094b
3 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/tool/junit4/mockito-core-2.28.2.jar"/>
<classpathentry kind="lib" path="/tool/junit4/byte-buddy-1.9.16.jar"/>