mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
updating github actions
hope this works
This commit is contained in:
parent
8eee39b88b
commit
e287ad47d1
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
@ -31,12 +31,13 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# 2. Setup Java 1.8 JDK
|
# 2. Setup Java 16 JDK (Adopt)
|
||||||
- name: Java 1.8 setup
|
- name: Java 16 setup
|
||||||
uses: actions/setup-java@v1.4.3
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
distribution: 'adopt'
|
||||||
java-package: jdk
|
java-package: jdk
|
||||||
java-version: 1.8
|
java-version: '16'
|
||||||
|
|
||||||
# 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