You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,10 +108,10 @@ Download and install Eclipse Temurin JDK versions 8, 11, 17 and 21, and GraalVM.
108
108
109
109
#### Windows
110
110
111
-
* Download and install JDK 8, 11, 17, and 21 [Eclipse Temurin releases](https://adoptium.net/temurin/releases/). Alternatively, if available, you can use `winget` or `scoop`:
111
+
* Download and install JDK 8, 11, 17, and 21 [Eclipse Temurin releases](https://adoptium.net/temurin/releases/). Alternatively, you can use `winget` or `scoop`:
112
112
113
113
<details>
114
-
<summary>Install JDKs using `winget`</summary>
114
+
<summary>Install JDKs using winget</summary>
115
115
116
116
```pwsh
117
117
winget install --id EclipseAdoptium.Temurin.8.JDK
@@ -123,11 +123,10 @@ Download and install Eclipse Temurin JDK versions 8, 11, 17 and 21, and GraalVM.
123
123
</details>
124
124
125
125
<details>
126
-
<summary>Install JDKs using `scoop`</summary>
126
+
<summary>Install JDKs using scoop</summary>
127
127
128
128
```pwsh
129
129
scoop bucket add java
130
-
131
130
scoop install temurin8-jdk
132
131
scoop install temurin11-jdk
133
132
scoop install temurin17-jdk
@@ -136,7 +135,7 @@ Download and install Eclipse Temurin JDK versions 8, 11, 17 and 21, and GraalVM.
136
135
137
136
</details>
138
137
139
-
* To add the required environment variables, run the following PowerShell commands for each SDK version, replacing the path with the correct version installed:
138
+
* To add the required environment variables, run the following PowerShell commands for each SDK version, replacing the paths with the correct version installed:
0 commit comments