sync adoptopenjdk 8-14

This commit is contained in:
Robert LU 2020-03-23 00:39:43 +08:00 committed by GitHub
parent bad8003b0e
commit e96a464166
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