Fixed outdated documentation for building Keycloak (#22157)

Co-authored-by: Simon Vacek <svacek@redhat.com>
This commit is contained in:
Šimon Vacek 2023-08-01 17:16:50 +02:00 committed by GitHub
parent 7d0453071b
commit bbc66ad580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
## Building from source
Ensure you have JDK 11 (or newer) and Git installed
Ensure you have JDK 17 (or newer) and Git installed
java -version
git --version
@ -20,15 +20,9 @@ To build Keycloak run:
This will build all modules and run the testsuite.
To build the ZIP distribution run:
./mvnw clean install -Pdistribution
Once completed you will find distribution archives in `distribution`.
To build only the server run:
./mvnw -Pdistribution -pl quarkus/dist -am -Dmaven.test.skip clean install
./mvnw -pl quarkus/dist -am -DskipTests clean install
---
**NOTE**