Skip to content

Commit

Permalink
Deprecate the arguments parameter
Browse files Browse the repository at this point in the history
Fixes #996
  • Loading branch information
bigdaz committed Dec 13, 2023
1 parent 565da1a commit 84f7369
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ inputs:
required: false
default: false

arguments:
description: Gradle command line arguments (supports multi-line input)
required: false

generate-job-summary:
description: When 'false', no Job Summary will be generated for the Job.
required: false
Expand All @@ -77,6 +73,12 @@ inputs:
description: Specifies the number of days to retain any artifacts generated by the action. If not set, the default retention settings for the repository will apply.
required: false

# DEPRECATED ACTION INPUTS
arguments:
description: Gradle command line arguments (supports multi-line input)
required: false
deprecation-message: The `gradle-build-action` will configure your runner so that any subsequent Gradle execution will benefit. Using the action to execute Gradle directly is deprecated in favor of executing Gradle in a subsequent Step. See https://github.com/gradle/gradle-build-action?tab=readme-ov-file#use-the-action-to-setup-gradle.

# EXPERIMENTAL & INTERNAL ACTION INPUTS
# The following action properties allow fine-grained tweaking of the action caching behaviour.
# These properties are experimental and not (yet) designed for production use, and may change without notice in a subsequent release of `gradle-build-action`.
Expand Down

0 comments on commit 84f7369

Please sign in to comment.