This project contains GitHub action definitions to be used by (most) Intershop GitHub projects that typically using a build based on Gradle.
Prepares the environment for gradle tasks.
Input | Description | Type | Mand/Opt | Default value |
---|---|---|---|---|
|
Java version to be used |
int |
opt |
|
Location
actions/gradle-plugin-setup/action.yaml
Source
link:actions/gradle-plugin-setup/action.yaml[role=include]
Build and test a gradle plugin. .Action inputs
Input | Description | Type | Mand/Opt | Default value |
---|---|---|---|---|
<none> |
Location
actions/gradle-plugin-build/action.yaml
Source
link:actions/gradle-plugin-build/action.yaml[role=include]
Release a gradle plugin .Action inputs
Input | Description | Type | Mand/Opt | Default value |
---|---|---|---|---|
|
GPG signing file |
GPG signing file |
mand |
|
|
GPG signing key ID |
GPG signing key id |
mand |
|
|
GPG signing password |
GPG signing password |
mand |
|
|
Key to access the GitHub API |
GitHub key |
mand |
|
|
Secret matching the |
GitHub key secret |
mand |
|
|
User name for the access to Sonatype |
Sonatype user name |
mand |
|
|
Password belonging to the |
Sonatype user password |
mand |
|
|
Names of the tasks to use for publishing |
task names space separated |
opt |
|
Location
actions/gradle-plugin-release/action.yaml
Source
link:actions/gradle-plugin-release/action.yaml[role=include]
See here for more information.
Copyright 2014-2020 Intershop Communications.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.