Merge branch 'maven-auth' of github.com:clarkbw/setup-java into maven-auth

This commit is contained in:
Bryan Clark 2019-12-06 16:14:53 -05:00
commit 2f85cc5281

View File

@ -24,11 +24,11 @@ inputs:
file.'
required: false
username:
description: 'Username for authentication to the Apache Maven server.'
description: 'Username for authentication to the Apache Maven repository.'
required: false
password:
description: 'Passowrd or token for authentication to the Apache Maven
server.'
description: 'Password or token for authentication to the Apache Maven
repository.'
required: false
runs:
using: 'node12'