Added Java distribution
This commit is contained in:
parent
a43d4e0b5d
commit
1b55736ee1
3 changed files with 5 additions and 4 deletions
1
.github/workflows/gradle.yml
vendored
1
.github/workflows/gradle.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
- name: Set up JDK ${{ matrix.java-version }}
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: ${{ matrix.java-version }}
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue