diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-27 00:49:57 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-02 15:24:35 +0200 |
commit | 7fd8a7a667acb7744f08f89eb5faf69f72d7ec25 (patch) | |
tree | 63776bbc691ec7a3acbe165cee75d87cee2816d4 /org.eclipse.jgit.lfs.test/.classpath | |
parent | acbb197355bc1ce3d2be747e3af62a01ca6821e5 (diff) | |
download | jgit-7fd8a7a667acb7744f08f89eb5faf69f72d7ec25.tar.gz jgit-7fd8a7a667acb7744f08f89eb5faf69f72d7ec25.zip |
Update minimum Java version to 17
Bug: jgit-52
Change-Id: I27e85b3ab4c2e21c86d69d8707eeb9547d788287
Diffstat (limited to 'org.eclipse.jgit.lfs.test/.classpath')
-rw-r--r-- | org.eclipse.jgit.lfs.test/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.lfs.test/.classpath b/org.eclipse.jgit.lfs.test/.classpath index 722f3027a0..9737446f46 100644 --- a/org.eclipse.jgit.lfs.test/.classpath +++ b/org.eclipse.jgit.lfs.test/.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-11"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> <attributes> <attribute name="module" value="true"/> </attributes> |