Deprecate the 'wrapper-directory' input and recommend 'gradle-executable' instead

Use of a wrapper in a non-standard directory is uncommon, and is effectively handled
by referencing the `gradlew` script as the `gradle-executable`.
This commit is contained in:
Daz DeBoer 2021-07-07 12:45:24 -06:00
parent 41ca2299a5
commit 5423935c9b
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
3 changed files with 17 additions and 14 deletions

View file

@ -8,6 +8,7 @@ inputs:
wrapper-directory:
description: Path to the Gradle Wrapper directory
required: false
deprecationMessage: Use 'gradle-executable' to point to a gradlew[.bat] file in a non-default location
gradle-executable:
description: Path to the Gradle executable
required: false