Skip to content

Commit

Permalink
Updated java version
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerbruggen committed Jul 1, 2024
1 parent f0d7c0e commit a401d2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Java 17
- name: Set up Java 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- uses: SpraxDev/Action-SpigotMC@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Java 17
- name: Set up Java 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- uses: SpraxDev/Action-SpigotMC@v4
Expand Down

0 comments on commit a401d2d

Please sign in to comment.