diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-02-10 15:58:26 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-02-10 18:47:39 -0400 |
commit | 67da5635a47ad7680b3c60358a1fec080eef7d1e (patch) | |
tree | d67dba9ee8e55cf838d1e5074a9c20d223246ebf /README.md | |
parent | 32f3cbd44fff701cd613588ff6a3eb1d69f2df2a (diff) | |
download | jgit-67da5635a47ad7680b3c60358a1fec080eef7d1e.tar.gz jgit-67da5635a47ad7680b3c60358a1fec080eef7d1e.zip |
Update minimum JDK version in README
Change-Id: I655d896b268e946e3492661b08add0ebac22c6f0
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ Warnings/Caveats - Only the timestamp of the index is used by jgit if the index is dirty. -- JGit requires at least a Java 7 JDK. +- JGit requires at least a Java 8 JDK. - CRLF conversion is performed depending on the core.autocrlf setting, however Git for Windows by default stores that setting during |