From 921a62cd580fae6eb47a7f33f9723006b1a2e1f0 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Wed, 3 Nov 2021 16:40:59 -0500 Subject: [PATCH] Update to 1.17 --- .github/workflows/maven.yml | 10 ++++++---- pom.xml | 10 +++++----- src/main/resources/plugin.yml | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bf82fbb..ffad0ca 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -7,10 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: Set up JDK 11 - uses: actions/setup-java@v1 + - uses: actions/checkout@v2 + - name: Set up JDK 16 + uses: actions/setup-java@v2 with: - java-version: 11 + distribution: temurin + java-version: 16 + cache: maven - name: Build with Maven run: mvn -B package --file pom.xml \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2b7c045..4c14b42 100644 --- a/pom.xml +++ b/pom.xml @@ -30,9 +30,9 @@ - com.destroystokyo.paper + io.papermc.paper paper-api - 1.16.5-R0.1-SNAPSHOT + 1.17-R0.1-SNAPSHOT provided @@ -47,7 +47,7 @@ org.projectlombok lombok - 1.18.20 + 1.18.22 compile @@ -76,13 +76,13 @@ dev.morphia.morphia morphia-core - 2.1.7 + 2.2.2 compile redis.clients jedis - 3.6.1 + 3.6.3 compile diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index d9795b5..69eb71e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,4 +2,4 @@ name: ${project.name} version: ${project.version} authors: [Telesphoreo, taahanis, super] main: dev.plex.Plex -api-version: 1.16 \ No newline at end of file +api-version: 1.17 \ No newline at end of file