mirror of
https://github.com/actions/setup-java.git
synced 2025-09-11 04:47:08 +00:00
Upgrade to node 24 (#888)
* Upgrade to node 24 Upgrading action to node 24 since new runner version. * fix tests * Fix tests and licences * format * format x2 * Upgrade Node.js version in workflow files to 24.x * check failure fix * check failures fix * Fix mock platform --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com>
This commit is contained in:
parent
e9343db97e
commit
0913e9a06e
22 changed files with 98 additions and 60 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