mirror of https://github.com/jwtk/jjwt.git
Updated Home (markdown)
parent
0cf289520d
commit
7c6cd6e49f
2
Home.md
2
Home.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue