Skip to content

Commit

Permalink
install: generalise version for manual OpenJDK install
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Dec 27, 2023
1 parent 457c210 commit 8066e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- clojure-cli: install deps.edn configuration
- clojure-cli: `clojure -X:deps tree` examples
- clojure-cli: `clojure -X:deps pom`
- install: debian packages approach for OpenJDK rather than a specific Ubuntu tab
- install: recommended OpenJDK versions of 17 and 21 as hint

## Added
- button link to Clojure CLI releases changelog to view available versions
Expand Down
2 changes: 1 addition & 1 deletion docs/install/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If the version is `17` or above, then [jump to the Clojure install page](clojure
If Chocolatey does not work, then try the [manual Java install](install-java.html#manual).

=== "Manual"
[Download OpenJDK 17 Hotspot from Adoptium](https://adoptium.net/){target=_blank} - pre-build OpenJDK binaries freely available for multiple operating systems.
[Download OpenJDK from Adoptium](https://adoptium.net/){target=_blank} - pre-build OpenJDK binaries freely available for multiple operating systems.

Run the file once downloaded and follow the install instructions.

Expand Down

0 comments on commit 8066e6f

Please sign in to comment.