Dont fail if jdkFile not set until checking cache

This commit is contained in:
Danny McCormick
2019-07-15 11:26:32 -04:00
parent 609f104c5b
commit 012e07621e
5 changed files with 11 additions and 3 deletions

View File

@ -11,7 +11,7 @@ inputs:
default: 'x64'
jdkFile:
description: 'Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.'
required: true
required: false
runs:
using: 'node12'
main: 'lib/setup-java.js'