Oracle Maven repository

fix: #62
This commit is contained in:
Slawomir Jaranowski
2020-10-15 23:44:42 +02:00
parent ea8b3d6660
commit c36b106668
16 changed files with 489 additions and 183 deletions

View File

@ -27,8 +27,13 @@ inputs:
description: 'add to settings.xml servers server-id: github; username=$GITHUB_ACTOR and password=$GITHUB_TOKEN'
default: "true"
required: false
oracleServers:
description: 'servers definition in joson array, eg: [{"id": "serverId", "username": "username", "password": "password"}] for Oracle repository'
required: false
oracleRepo:
description: 'add Oracle Maven Repository'
default: "false"
required: false
runs:
using: 'node12'