integrate the cache logic to entry points

This commit is contained in:
Kengo TODA 2021-07-13 09:04:54 +08:00
parent fef7d5836a
commit 4a7bf9903c
8 changed files with 116152 additions and 578 deletions

View file

@ -53,6 +53,9 @@ inputs:
description: 'Environment variable name for the GPG private key passphrase. Default is
$GPG_PASSPHRASE.'
required: false
cache:
description: 'Name of the build platform to cache dependencies. It can be "maven" or "gradle".'
required: false
outputs:
distribution:
description: 'Distribution of Java that has been installed'