pablobaxter/Gradle Task Avoidance - Github Actions
Configures Github Actions to perform Gradle tasks for Gradle projects that are affected
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gradle-task | List of Gradle tasks to run for all affected projects | yes | check |
| token | Github token to use | no | — |
| project-provider-version | Version of the project-provider tool to use | no | — |
| disable-plugin-inject | Disables automatic injection of the `com.squareup.tooling` Gradle plugin | no | false |
| disable-gradle-logging | Disabled logging of Gradle output | no | false |
| build-dir | Gradle build directory | no | — |
| comparison-commit | Commit to compare current HEAD against | no | — |
| disable-gradle-parallel | Disables parallel configuration of the Gradle build | no | false |
| changed-files | List of changed files to pass to Project Provider. This overrides the default git diff logic. | no | — |
| gradle-installation-path | Path to Gradle installation. For cases where the Gradle wrapper is not used. | no | — |
| use-included-builds | Use the included builds defined in the 'settings.gradle' files | no | false |
| affected-projects-output-file | File to write affected projects list | no | — |
| serialized-projects-output-file | File to write serialized projects | no | — |
Outputs
| name | description |
|---|---|
| affected-projects | List of projects affected |