From 717903e346dbf535ee7974ab6d050759174f9e44 Mon Sep 17 00:00:00 2001 From: tastybento Date: Thu, 29 Dec 2022 09:56:49 -0800 Subject: [PATCH] Version 1.17.1 Java 17 update --- .github/workflows/build.yml | 4 ++-- .gitignore | 3 +++ pom.xml | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9cf60c..c771fd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,10 +14,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 16 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 16 + java-version: 17 - name: Cache SonarCloud packages uses: actions/cache@v1 with: diff --git a/.gitignore b/.gitignore index 525681c..03804dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /target/ /.classpath /.project +/.DS_Store +/Greenhouses-addon.iml +/.idea/ diff --git a/pom.xml b/pom.xml index 31147e7..c81cfbb 100644 --- a/pom.xml +++ b/pom.xml @@ -43,15 +43,15 @@ UTF-8 UTF-8 - 16 + 17 2.0.9 - 1.18.1-R0.1-SNAPSHOT - 1.18.1 + 1.19.3-R0.1-SNAPSHOT + 1.21.0 ${build.version}-SNAPSHOT - 1.7.0 + 1.7.1 -LOCAL BentoBoxWorld_Greenhouses bentobox-world