From 389a14462bfe71c6e0bc4d6aa3a9620df86dab58 Mon Sep 17 00:00:00 2001 From: Oliver Wipfli Date: Tue, 30 Jan 2024 15:30:28 +0300 Subject: [PATCH] Add note about java update process (#807) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bd8b1a2..40aafed5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ To set up your local development environment: - [macOS installer](https://adoptium.net/installation.html#macos-pkg) (or `brew install --cask temurin`, or `port install openjdk21-temurin`) - [Linux installer](https://adoptium.net/installation/linux/) (or `apt-get install openjdk-21-jdk`) + - If you update from an older version of java on Ubuntu, run `sudo update-alternatives --config java` after installing the new jdk. - Build and run the tests ([mvnw](https://github.com/takari/maven-wrapper) automatically downloads maven the first time you run it): - on mac/linux: `./mvnw clean test`