Skip to content

Commit 9df46ec

Browse files
committed
Update BUILDING.md
1 parent b99d35d commit 9df46ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

BUILDING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ Before building the libraries and samples in this repository, you will need to i
1212
dotnet tool install -g cake.tool
1313
```
1414
15-
* [Microsoft OpenJDK *11*](https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-11)
16-
(JDK-17 is not currently supported).
15+
* [Microsoft OpenJDK *21*](https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-21)
1716
18-
The `javac` from your JDK 11 installation must be *first* in `$PATH`/`%PATH%`.
17+
The `javac` from your JDK 21 installation must be *first* in `$PATH`/`%PATH%`.
1918
2019
* The [Android SDK](https://developer.android.com/studio), and the
2120
`ANDROID_SDK_ROOT` environment variable set to the Android SDK location.

0 commit comments

Comments
 (0)