mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
Use Java 21 in workflow
This commit is contained in:
parent
4ce1dbea3a
commit
4998a11460
6
.github/workflows/update-gradle-wrapper.yml
vendored
6
.github/workflows/update-gradle-wrapper.yml
vendored
@ -10,5 +10,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 21
|
||||
check-latest: true
|
||||
- name: Update Gradle Wrapper
|
||||
uses: gradle-update/update-gradle-wrapper-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user