mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Remove 'gradle-executable' input param
This commit is contained in:
@@ -28,7 +28,7 @@ function validateGradleWrapper(buildRootDirectory: string): void {
|
||||
function verifyExists(file: string, description: string): void {
|
||||
if (!fs.existsSync(file)) {
|
||||
throw new Error(
|
||||
`Cannot locate ${description} at '${file}'. Specify 'gradle-version' or 'gradle-executable' for projects without Gradle wrapper configured.`
|
||||
`Cannot locate ${description} at '${file}'. Specify 'gradle-version' for projects without Gradle wrapper configured.`
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user