From 7b51a0313ed9423f9252108fa573af68c11e6a2c Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 27 Feb 2021 00:27:58 +0100 Subject: [PATCH] Update another java version in BUILD.md Commit f8524a2be738e6471ed2e48265f2663d8c21c0be updated one reference to the openjdk package, but there was another one. --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 30a911e1..fdcc569d 100644 --- a/BUILD.md +++ b/BUILD.md @@ -106,7 +106,7 @@ sudo apt install mingw-w64 mingw-w64-tools You also need the JDK to build the server: ```bash -sudo apt install openjdk-8-jdk +sudo apt install openjdk-11-jdk ``` Then generate the releases: