Skip to content

Commit

Permalink
Refine things a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 29, 2025
1 parent 5f647da commit 5e4bff8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,12 @@ You can check the last publication date here: <https://s01.oss.sonatype.org/cont

### Building main

Make sure that Java 17 is installed.

**Note** If you would like to build the `main` branch with a newer Java version such as Java 21 or later, you must ensure that Java 17 is resolvable for the complete build to succeed. Using https://sdkman.io/[SDKMAN!] is recommended.
> [!TIP]
> It is recommended to build Quarkus with Java 17 as it is the minimum requirement for Quarkus.
> You can however build Quarkus with more recent JDKs (such as Java 21) but some Gradle-related modules need to be able to find a Java 17 toolchain so you will need to have Java 17 around.
> The easiest way to achieve that is to use https://sdkman.io/[SDKMAN!] to install Java 17 alongside your preferred JDK: it will be automatically detected by Gradle when building the Gradle modules.
Next, just do the following:
You can build Quarkus using the following commands:

```sh
git clone [email protected]:quarkusio/quarkus.git
Expand Down

0 comments on commit 5e4bff8

Please sign in to comment.