From cd62f7309e5f09615b0197bbce2a89b89598214c Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Sat, 14 Dec 2024 18:31:14 -0500 Subject: [PATCH] update these --- .github/workflows/maven.yml | 15 ++++++++------- .github/workflows/modrinth.yml | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0cd6fda..7651d40 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,10 +15,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - name: Build with Maven - run: mvn -B package --file pom.xml + - uses: actions/checkout@v4 + - name: Set up JDK 21 + uses: actions/setup-java@v4 + with: + distribution: temurin + java-version: 21 + - name: Build with Maven + run: mvn -B package --file pom.xml diff --git a/.github/workflows/modrinth.yml b/.github/workflows/modrinth.yml index 79ad900..38fd402 100644 --- a/.github/workflows/modrinth.yml +++ b/.github/workflows/modrinth.yml @@ -9,4 +9,4 @@ jobs: - uses: funnyboy-roks/modrinth-auto-desc@v1.6 with: auth-token: ${{ secrets.MODRINTH }} - slug: 'oBZj9E15' + slug: 'oBZj9E15' \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index d344bf4..df59e74 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: ToolStats version: '${project.version}' main: lol.hyper.toolstats.ToolStats -api-version: 1.15 +api-version: 1.21 author: hyperdefined description: Track various tool stats! folia-supported: true