Skip to content

Commit 8066e6f

Browse files
install: generalise version for manual OpenJDK install
1 parent 457c210 commit 8066e6f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- clojure-cli: install deps.edn configuration
88
- clojure-cli: `clojure -X:deps tree` examples
99
- clojure-cli: `clojure -X:deps pom`
10+
- install: debian packages approach for OpenJDK rather than a specific Ubuntu tab
11+
- install: recommended OpenJDK versions of 17 and 21 as hint
1012

1113
## Added
1214
- button link to Clojure CLI releases changelog to view available versions

docs/install/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If the version is `17` or above, then [jump to the Clojure install page](clojure
102102
If Chocolatey does not work, then try the [manual Java install](install-java.html#manual).
103103

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

107107
Run the file once downloaded and follow the install instructions.
108108

0 commit comments

Comments
 (0)