From 7c6cd6e49f47c02900246a442c88264125e37ce0 Mon Sep 17 00:00:00 2001 From: Les Hazlewood <121180+lhazlewood@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:35:26 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3578083..4d8bc08 100644 --- a/Home.md +++ b/Home.md @@ -62,7 +62,7 @@ Welcome to the jjwt wiki! ``` -1. Ensure you have the [Zulu JDK 7](https://www.azul.com/downloads/?version=java-7-lts&package=jdk) installed. +1. Ensure you have the [Zulu JDK 7](https://www.azul.com/downloads/?version=java-7-lts&package=jdk) installed. Yes, it must be a later Zulu distribution: the only public Oracle release available is 1.7.0_80, and that release doesn't have TLS protocol support necessary for communicating with the Nexus OSSRH server to publish our release artifacts. The later JDK 7 Zulu distributions (e.g. u342) do have the necessary backport fixes to allow a successful release deployment. 1. Ensure `java -version` equals this Zulu JDK 7, e.g. the output looks something like this: ```bash