From 133eb40e746db4c09b617aba4da8482520809b10 Mon Sep 17 00:00:00 2001 From: 2No2Name <2No2Name@web.de> Date: Mon, 28 Feb 2022 20:54:28 +0100 Subject: [PATCH] fix: workflows use java 17 --- .github/workflows/build.yml | 2 +- jitpack.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7774584..292037f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: # Use these Java versions java: [ - 16 # Minimum supported by Minecraft + 17 # Minimum supported by Minecraft ] os: [ ubuntu-latest ] # only run on linux as we expect no difference by platform anyways runs-on: ${{ matrix.os }} diff --git a/jitpack.yml b/jitpack.yml index 0b95f85..cb1660c 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -2,4 +2,4 @@ jdk: - openjdk16 before_install: - wget https://github.com/sormuras/bach/raw/master/install-jdk.sh - - source install-jdk.sh --feature 16 \ No newline at end of file + - source install-jdk.sh --feature 17 \ No newline at end of file