Skip to content

Commit 410adfc

Browse files
committed
move "Quick check" up
1 parent e5f4433 commit 410adfc

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

BUILDING.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
This documentation provides information for developers to set up their environment and build their project from sources.
55

66
* [Development environment](#development-environment)
7-
* [Requirements](#requirements)
87
* [Quick check](#quick-check)
8+
* [Requirements](#requirements)
99
* [Install the required JDKs](#install-the-required-jdks)
1010
* [Install git](#install-git)
1111
* [Install Docker Desktop](#install-docker-desktop)
@@ -14,17 +14,6 @@ This documentation provides information for developers to set up their environme
1414

1515
## Development environment
1616

17-
### Requirements
18-
19-
Requirements to build the full project:
20-
21-
* The JDK versions 8, 11, 17 and 21 must be installed.
22-
* The `JAVA_8_HOME`, `JAVA_11_HOME`, `JAVA_17_HOME`, `JAVA_21_HOME`, and `JAVA_GRAALVM17_HOME` must point to their respective JDK location.
23-
* The JDK 8 `bin` directory must be the only JDK on the PATH (e.g. `$JAVA_8_HOME/bin`).
24-
* The `JAVA_HOME` environment variable may be unset. If set, it must point to the JDK 8 location (same as `JAVA_8_HOME`).
25-
* The `git` command line must be installed.
26-
* A container runtime environment must be available to run all tests (e.g. Docker Desktop).
27-
2817
### Quick check
2918

3019
To check that your development environment is properly set up to build the project, from the project root run on macOS or Linux:
@@ -59,6 +48,16 @@ Your output should look something like the following:
5948

6049
If there is any issue with your output, check the requirements above and use the following guide to install and configure the required tools.
6150

51+
### Requirements
52+
53+
Requirements to build the full project:
54+
55+
* The JDK versions 8, 11, 17 and 21 must be installed.
56+
* The `JAVA_8_HOME`, `JAVA_11_HOME`, `JAVA_17_HOME`, `JAVA_21_HOME`, and `JAVA_GRAALVM17_HOME` must point to their respective JDK location.
57+
* The JDK 8 `bin` directory must be the only JDK on the PATH (e.g. `$JAVA_8_HOME/bin`).
58+
* The `JAVA_HOME` environment variable may be unset. If set, it must point to the JDK 8 location (same as `JAVA_8_HOME`).
59+
* The `git` command line must be installed.
60+
* A container runtime environment must be available to run all tests (e.g. Docker Desktop).
6261

6362
### Install the required JDKs
6463

0 commit comments

Comments
 (0)