From adcb286062743b24e55abec1081974fa9ad7b81a Mon Sep 17 00:00:00 2001 From: Esko Luontola Date: Fri, 4 Oct 2024 17:31:31 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Instructions=20for=20upgrading?= =?UTF-8?q?=20Java=20and=20Node.js=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Why: - It's more than just one command with asdf. Considered writing a script for it, but it's not that complicated, after all. - For Java, we need to specify the LTS version. The versions are easier to keep in sync when there is a command to copy-paste. - Added the command for setting also the global version, since that's typically what we want to do after upgrading to the latest version. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fad8d90d..186c8593 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,14 @@ Upgrade dependencies lein ancient upgrade :all :check-clojure :no-tests npm run upgrade + asdf install java latest:temurin-21 + asdf local java latest:temurin-21 + asdf global java latest:temurin-21 + + asdf install nodejs latest + asdf local nodejs latest + asdf global nodejs latest + Download dependency sources lein pom