From 2174e576002f874365077f3b510ac6ab1d6fb52c Mon Sep 17 00:00:00 2001 From: Chris <61153610+ChristopherProject@users.noreply.github.com> Date: Sat, 16 May 2026 02:13:14 +0000 Subject: [PATCH] Pin JitPack to JDK 11 The pom targets Java 11; without this file JitPack would build the artifact on its default JDK 8 toolchain and fail with 'release version 11 not supported'. --- jitpack.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 jitpack.yml diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..adb3fe1 --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,2 @@ +jdk: + - openjdk11