@@ -25,9 +25,9 @@ you will most likely use this for WSL), `homebrew` (macOS / Linux), and more:
2525 - [ Adoptium] ( https://adoptium.net/ ) has builds for most operating systems.
2626 - Paper requires JDK 21 to build, however, makes use of Gradle's
2727 [ Toolchains] ( https://docs.gradle.org/current/userguide/toolchains.html )
28- feature to allow building with only JRE 11 or later installed. (Gradle will
28+ feature to allow building with only JRE 17 or later installed. (Gradle will
2929 automatically provision JDK 21 for compilation if it cannot find an existing
30- install ).
30+ installation ).
3131
3232If you're on Windows, check
3333[ the section on WSL] ( #patching-and-building-is-really-slow-what-can-i-do ) .
@@ -469,11 +469,11 @@ release, either update to Windows 10/11 or move to macOS/Linux/BSD.
469469In order to speed up patching process on Windows, it's recommended you get WSL 2.
470470This is available in Windows 10 v2004, build 19041 or higher. (You can check
471471your version by running ` winver ` in the run window (Windows key + R)). If you're
472- using an out of date version of Windows 10, update your system with the
472+ using an out-of- date version of Windows 10, update your system with the
473473[ Windows 10 Update Assistant] ( https://www.microsoft.com/en-us/software-download/windows10 ) or [ Windows 11 Update Assistant] ( https://www.microsoft.com/en-us/software-download/windows11 ) .
474474
475475To set up WSL 2, follow the information here:
476- < https://docs .microsoft.com/en-us/windows/wsl/install >
476+ < https://learn .microsoft.com/en-us/windows/wsl/install >
477477
478478You will most likely want to use the Ubuntu apps. Once it's set up, install the
479479required tools with `sudo apt-get update && sudo apt-get install $TOOL_NAMES
@@ -482,5 +482,5 @@ required tools with `sudo apt-get update && sudo apt-get install $TOOL_NAMES
482482everything like usual.
483483
484484> ❗ Do not use the ` /mnt/ ` directory in WSL! Instead, mount the WSL directories
485- > in Windows like described here:
486- > < https://docs .microsoft.com/en-us/windows/wsl/filesystems#view-your-current-directory-in-windows-file-explorer >
485+ > in Windows as described here:
486+ > < https://learn .microsoft.com/en-us/windows/wsl/filesystems#view-your-current-directory-in-windows-file-explorer >
0 commit comments