mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-18 15:47:46 +01:00
Ensure setup-java uses temurin instead of blank value. (#205)
This commit is contained in:
parent
21603a0e5c
commit
8e61509140
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
|
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
- name: build and publish
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user