mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Update gradle.yml
This commit is contained in:
parent
2e8fe8767e
commit
337334d403
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -12,9 +12,9 @@ jobs:
|
|||||||
java: [17]
|
java: [17]
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v3
|
||||||
- name: JDK ${{ matrix.java }}
|
- name: JDK ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v3.1.0
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
|
Loading…
Reference in New Issue
Block a user