update these

This commit is contained in:
hyperdefined
2024-12-14 18:31:14 -05:00
parent e2b18cb5f1
commit cd62f7309e
3 changed files with 10 additions and 9 deletions

View File

@@ -15,10 +15,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Set up JDK 1.8 - name: Set up JDK 21
uses: actions/setup-java@v1 uses: actions/setup-java@v4
with: with:
java-version: 1.8 distribution: temurin
- name: Build with Maven java-version: 21
run: mvn -B package --file pom.xml - name: Build with Maven
run: mvn -B package --file pom.xml

View File

@@ -9,4 +9,4 @@ jobs:
- uses: funnyboy-roks/modrinth-auto-desc@v1.6 - uses: funnyboy-roks/modrinth-auto-desc@v1.6
with: with:
auth-token: ${{ secrets.MODRINTH }} auth-token: ${{ secrets.MODRINTH }}
slug: 'oBZj9E15' slug: 'oBZj9E15'

View File

@@ -1,7 +1,7 @@
name: ToolStats name: ToolStats
version: '${project.version}' version: '${project.version}'
main: lol.hyper.toolstats.ToolStats main: lol.hyper.toolstats.ToolStats
api-version: 1.15 api-version: 1.21
author: hyperdefined author: hyperdefined
description: Track various tool stats! description: Track various tool stats!
folia-supported: true folia-supported: true