Skip to content

Commit e5cc256

Browse files
authored
[ci skip] Update CONTRIBUTING.md for Gradle and Windows Docs (#13190)
1 parent 89ca94a commit e5cc256

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3232
If 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.
469469
In order to speed up patching process on Windows, it's recommended you get WSL 2.
470470
This is available in Windows 10 v2004, build 19041 or higher. (You can check
471471
your 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

475475
To 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

478478
You will most likely want to use the Ubuntu apps. Once it's set up, install the
479479
required 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
482482
everything 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

Comments
 (0)