Download from Azul if no Jdk file specified (#5)

* Download from zulu

* Fix pathing

* Fix

* Fix

* Fix

* Update io

* Tests and pathing

* Add back husky

* Update action.yml
This commit is contained in:
Danny McCormick
2019-07-15 14:59:23 -04:00
committed by GitHub
parent 012e07621e
commit 0cf3ae56f5
31 changed files with 395 additions and 324 deletions

View File

@ -3,7 +3,7 @@ description: 'Setup your runner with Java'
author: 'GitHub'
inputs:
version:
description: 'A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10'
description: 'The JDK version to make available on the path. Use a whole version, such as 9.0.4'
required: true
architecture:
description: 'The architecture (x86, x64) of the JDK.'