mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Warn and make Gradle Wrapper script executable
Instead of failing the build, detect a non-executable wrapper file and set the executable bit. Fixes #17
This commit is contained in:
6
.github/workflows/integ-test-execution.yml
vendored
6
.github/workflows/integ-test-execution.yml
vendored
@@ -46,6 +46,12 @@ jobs:
|
||||
gradle-version: release-candidate
|
||||
build-root-directory: .github/workflow-samples/no-wrapper
|
||||
arguments: help
|
||||
- name: Test with non-executable wrapper
|
||||
uses: ./setup-gradle
|
||||
with:
|
||||
gradle-version: wrapper
|
||||
build-root-directory: .github/workflow-samples/non-executable-wrapper
|
||||
arguments: help
|
||||
|
||||
gradle-versions:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user