Skip to content

Commit

Permalink
Add gradle/actions@v3/setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Feb 10, 2024
1 parent af4439f commit d43c32e
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions typings/gradle/actions/v3/setup-gradle/action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# See https://github.com/typesafegithub/github-actions-typing
inputs:
gradle-version:
type: string
cache-disabled:
type: boolean
cache-read-only:
type: boolean
cache-write-only:
type: boolean
gradle-home-cache-includes:
type: list
separator: "\n"
list-item:
type: string
gradle-home-cache-excludes:
type: list
separator: "\n"
list-item:
type: string
arguments:
type: string
build-root-directory:
type: string
generate-job-summary:
type: boolean
dependency-graph:
type: enum
allowed-values:
- disabled
- generate
- generate-and-submit
- download-and-submit
- clear
gradle-home-cache-strict-match:
type: string
workflow-job-context:
type: string
gradle-home-cache-cleanup:
type: boolean
cache-overwrite-existing:
type: boolean
artifact-retention-days:
type: integer
cache-encryption-key:
type: string
add-job-summary:
type: enum
allowed-values:
- never
- always
- on-failure
add-job-summary-as-pr-comment:
type: enum
allowed-values:
- never
- always
- on-failure
dependency-graph-continue-on-failure:
type: boolean
build-scan-publish:
type: boolean
build-scan-terms-of-service-url:
type: string
build-scan-terms-of-service-agree:
type: string
outputs:
build-scan-url:
type: string

0 comments on commit d43c32e

Please sign in to comment.