mirror of
https://github.com/actions/setup-java.git
synced 2025-07-23 15:08:26 +02:00
Add overwrite-settings
to disable overwriting settings.xml
Closes #79 Refs joschi/setup-jdk#11
This commit is contained in:
parent
d920b7da5f
commit
41b740659c
6 changed files with 60 additions and 13 deletions
|
@ -36,6 +36,9 @@ inputs:
|
|||
settings-path:
|
||||
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
|
||||
required: false
|
||||
overwrite-settings:
|
||||
description: 'Overwrite the settings.xml file if it exists. Default is "true".'
|
||||
required: false
|
||||
outputs:
|
||||
path:
|
||||
description: 'Path to where the java environment has been installed (same as $JAVA_HOME)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue