From 29048f128e6bbc2592910b3e24197a5f8f39eeef Mon Sep 17 00:00:00 2001 From: Rutger Kok Date: Wed, 24 Apr 2024 20:12:42 +0200 Subject: [PATCH] Fix Github build (hopefully) --- .github/workflows/build.yml | 2 +- .gitignore | 1 + pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97ef62b..b4610bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [17] + java: [21] steps: - uses: actions/checkout@v2 - name: Set up JDK diff --git a/.gitignore b/.gitignore index 4d068b1..2cadb96 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ Desktop.ini .DS_Store +.vscode/settings.json diff --git a/pom.xml b/pom.xml index a6f7973..537d4bd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 nl.rutgerkok.betterenderchest BetterEnderChest - 2.6.10 + 2.6.11-SNAPSHOT BetterEnderChest Spigot plugin that adds functionality for both players and admins to the Ender Chest. https://github.com/rutgerkok/BetterEnderChest