Skip to content

Commit

Permalink
Update Minecraft und Java version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCraftDev authored May 31, 2024
1 parent 20e24ca commit 1f049e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: corretto
- name: Read .version file
id: version
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
paper
purpur
game-versions: |
>=1.11 <=1.20.4
>=1.11 <=1.20.6
modrinth-id: Ffx1tA97
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 507466
Expand All @@ -72,13 +72,13 @@ jobs:
github-tag: v${{ steps.version.outputs.version }}
files: target/stacker.jar
java: |
17
21
loaders: |
spigot
paper
purpur
game-versions: |
>=1.11 <=1.20.4
>=1.11 <=1.20.6
modrinth-id: Ffx1tA97
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 507466
Expand Down

0 comments on commit 1f049e4

Please sign in to comment.