forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a note about SDKMAN! to the Contributing guide
- Loading branch information
1 parent
1f1643a
commit 5f647da
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,11 @@ You can check the last publication date here: <https://s01.oss.sonatype.org/cont | |
|
||
### Building main | ||
|
||
Just do the following: | ||
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. | ||
|
||
Next, just do the following: | ||
|
||
```sh | ||
git clone [email protected]:quarkusio/quarkus.git | ||
|