Skip to content

Commit

Permalink
Merge pull request #734 from gradle/dd/input-params
Browse files Browse the repository at this point in the history
Refactor in preparation for dependency-graph support
  • Loading branch information
bigdaz committed Jun 6, 2023
2 parents 680037c + 4388b1f commit 1b2daf5
Show file tree
Hide file tree
Showing 13 changed files with 632 additions and 200 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ description: 'Configures Gradle for use in GitHub actions, caching useful state

inputs:
gradle-version:
description: Gradle version to use
description: Gradle version to use. If specified, this Gradle version will be downloaded, added to the PATH and used for invoking Gradle.
required: false

gradle-executable:
description: Path to the Gradle executable. If specified, this executable will be added to the PATH and used for invoking Gradle.
required: false

build-root-directory:
description: Path to the root directory of the build. Default is the root of the GitHub workspace.
required: false

cache-disabled:
Expand Down Expand Up @@ -45,14 +53,6 @@ inputs:
description: Gradle command line arguments (supports multi-line input)
required: false

build-root-directory:
description: Path to the root directory of the build
required: false

gradle-executable:
description: Path to the Gradle executable
required: false

generate-job-summary:
description: When 'false', no Job Summary will be generated for the Job.
required: false
Expand Down
292 changes: 221 additions & 71 deletions dist/main/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

0 comments on commit 1b2daf5

Please sign in to comment.