edwardday/Upgrade Gradle
Upgrade the used gradle wrapper to the current version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| distribution-type | The used distribution type for the wrapper Possible values: bin, all, default (action doesn't specify the distribution type explicitly) Default: default | no | default |
| release-channel | The used release channel to load the current version from. Possible values: current, release-candidate, nightly, release-nightly Default: current | no | current |
| add-sha-256-sum | Whether to add the distribution checksum or not. This requires the distribution-type to be set to "bin" or "all". Possible values: true, false Default: false | no | false |
| working-directory | The working directory must contain the `gradlew` file Default: . | no | ./ |
Outputs
| name | description |
|---|---|
| gradle-version | the latest gradle version |
| sha-256-sum | the sha 256 sum of the distribution - only emitted, if add-sha-256-sum is set to 'true' |
| version-information | the version information of the latest gradle version formatted for usage in a pull request body |
| fixed-issues | the fixed issues of the latest gradle version |
| known-issues | the known issues of the latest gradle version |