rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.95k stars 540 forks source link

index.html: java 8 minimum #316

Open eddies opened 5 years ago

eddies commented 5 years ago

Updates minimum Java version as of v1.13.0

I assert that this patch is my own work, and to simplify the licensing of the BFG Repo-Cleaner:

(choose 1 of these 2 options)

javabrett commented 5 years ago

Duplicates #283 which also adds JDK clarification.

eddies commented 5 years ago

Duplicates #283 which also adds JDK clarification.

sort of. #283 references v1.12.9 which isn't available in Maven and also doesn't match the release notes for v1.13.0. Also, I don't think it's clearer to change JRE for JDK. The JDK is not required to run bfg, only a JRE.