Updated Home (markdown)

Les Hazlewood 2022-04-26 19:35:26 -04:00
parent 0cf289520d
commit 7c6cd6e49f
1 changed files with 1 additions and 1 deletions

@ -62,7 +62,7 @@ Welcome to the jjwt wiki!
</settings>
```
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