mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
update github workflow runner to use 21
This commit is contained in:
parent
19a8a9ff52
commit
db9f8e46d1
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -31,13 +31,13 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# 2. Setup Java 17 JDK (Adopt)
|
# 2. Setup Java 21 JDK (Adopt)
|
||||||
- name: Java 17 setup
|
- name: Java 21 setup
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-package: jdk
|
java-package: jdk
|
||||||
java-version: '17'
|
java-version: '21'
|
||||||
|
|
||||||
# 3. Setup local Maven package cache to speed up building
|
# 3. Setup local Maven package cache to speed up building
|
||||||
- name: Cache Maven packages
|
- name: Cache Maven packages
|
||||||
|
Loading…
Reference in New Issue
Block a user