bmuschko/Setup Gradle public build scan
Sets up Gradle public build scan support in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| develocity-gradle-plugin-version | Develocity Gradle plugin version that provides build scan functionality. | yes | 3.16.2 |
| common-user-data-plugin-version | Gradle plugin version that provides common user data with build scan. | yes | 1.12.1 |
| tags | Tags to send with build scan defined in the format of JSON array, e.g. ["integ-test", "ubuntu-latest"]. | no | — |
| links | Links to send with build scan defines in the format of JSON map, e.g. {"Developer": "https://github.com/bmuschko/"]}. | no | — |
Outputs
| name | description |
|---|---|
| init-script-path | The path to the init script that sets up the build scan functionality. |