From dce1d9141d9fd77f71df933bf69eaab666487700 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 15 Mar 2020 15:27:01 +0000 Subject: [PATCH] Switch minimum required version to JDK11 This mirrors the change in the main OpenRS2 repository. I think the natives actually work all the way back to Java 6 (or maybe even earlier). However, we're only routinely testing the build against JDK11 (plus legacy Java 6 on macOS). --- README.md | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55f93b9..9efbe0d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ jagmisc native libraries. Building OpenRS2 Natives requires the following pieces of software on all platforms: -* [Java Development Kit][jdk] (version 8 or later) +* [Java Development Kit][jdk] (version 11 or later) * [Apache Maven][maven] (version 3.3.9 or later) ### Platform-specific dependencies diff --git a/shell.nix b/shell.nix index 178170c..f8a82f2 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,7 @@ targetPkgs = pkgs: ( with pkgs; [ gcc - jdk8 + jdk11 libGL.dev maven xorg.libX11.dev