aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.coverage
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-12-27 11:50:52 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2021-09-29 17:12:12 +0200
commitf81a3fc91a51776e6b44a4fc0d9ba5ac488f2c9e (patch)
treef71e100aed3cee1dfd250bc72b5adaf3f4d20ad0 /org.eclipse.jgit.coverage
parent211900aafd137061b1f12286bb1a24d495423aca (diff)
downloadjgit-f81a3fc91a51776e6b44a4fc0d9ba5ac488f2c9e.tar.gz
jgit-f81a3fc91a51776e6b44a4fc0d9ba5ac488f2c9e.zip
Bump minimum required Java version to 11
Bug: 569917 Change-Id: Ifdcdb022a3f29321b4d10da1cc34acca68ed7b03 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.coverage')
-rw-r--r--org.eclipse.jgit.coverage/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.coverage/.classpath b/org.eclipse.jgit.coverage/.classpath
index 248406be38..a454e3e898 100644
--- a/org.eclipse.jgit.coverage/.classpath
+++ b/org.eclipse.jgit.coverage/.classpath
@@ -1,6 +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">
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>