From 6dc3f9e108a69d7b57b43bcf863cde50852edf70 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 30 May 2021 10:32:51 +0100 Subject: [PATCH] Update Java source/target to 11 This matches the main OpenRS2 repository. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2e7c21a..d68a1d4 100644 --- a/pom.xml +++ b/pom.xml @@ -233,8 +233,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + 11 + 11