mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
update these
This commit is contained in:
15
.github/workflows/maven.yml
vendored
15
.github/workflows/maven.yml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/modrinth.yml
vendored
2
.github/workflows/modrinth.yml
vendored
@@ -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'
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user