pull/1291/head
Michael Barry 2025-07-12 11:38:46 +02:00 zatwierdzone przez GitHub
rodzic f1bf46c869
commit 858fa947fa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -11,13 +11,14 @@ Pull requests are welcome! Any pull request should:
To set up your local development environment:
- Fork the repo [setup submodules](README.md#git-submodules)
- Install Java 21 or later. You can download Java manually from [Adoptium](https://adoptium.net/installation.html) or
- Install Java 21 or later. You can download Java manually from [Adoptium](https://adoptium.net/installation) or
use:
- [Windows installer](https://adoptium.net/installation.html#windows-msi)
- [macOS installer](https://adoptium.net/installation.html#macos-pkg) (or `brew install --cask temurin`,
- [Windows installer](https://adoptium.net/installation/windows)
- [macOS installer](https://adoptium.net/installation/macOS) (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.
- [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`