Merge pull request #61 from RobberPhex/patch-1

sync adoptopenjdk 8-14
This commit is contained in:
Yuxiang Zhang 2020-03-23 09:22:59 +08:00 committed by GitHub
commit 2f454794cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ function sha256sum_check() {
fi
}
for i in 8 11 13;
for i in 8 9 10 11 12 13 14;
do
downloadRelease $i && clean_old_releases $i
done