From 1cf691c3e587b71342663c798154e481a153007f Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sat, 30 Jul 2022 21:28:09 +0200 Subject: [PATCH] Bump spigot version, make sure the artifact is compatible with jdk 8 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index caa4b73..302aa5b 100644 --- a/pom.xml +++ b/pom.xml @@ -50,8 +50,7 @@ UTF-8 UTF-8 - 1.8 - 1.17.1-R0.1-SNAPSHOT + 1.19.1-R0.1-SNAPSHOT @@ -147,8 +146,9 @@ maven-compiler-plugin 3.10.1 - ${java.version} - ${java.version} + 1.8 + 1.8 + 8