mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 10:35:38 +01:00
[CI-SKIP] ci: update setup-java action (#5710)
* ci: update setup-java action * ci: change java distribution to adopt Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:
parent
c58b3b277c
commit
f775e87b4e
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -18,9 +18,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: JDK ${{ matrix.java }}
|
- name: JDK ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
|
distribution: 'adopt'
|
||||||
- name: Cache maven
|
- name: Cache maven
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user