mirror of
https://github.com/actions/setup-java.git
synced 2025-08-19 19:21:04 +00:00
check failures fix
This commit is contained in:
parent
f60809db25
commit
09fb09208a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
id: setup-java
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
cache: gradle
|
||||
cache-dependency-path: __tests__/cache/gradle1/*.gradle*
|
||||
- name: Create files to cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue