mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 08:46:10 +02:00
Look for gradle wrapper in build-root-directory by default
This removes the need to specify `wrapper-directory` when using a Gradle project that is not located in the root of the workspace. Fixes #44.
This commit is contained in:
parent
7379de4b05
commit
beeeba406f
3 changed files with 15 additions and 9 deletions
1
.github/workflows/prod.yml
vendored
1
.github/workflows/prod.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
- name: Test use Gradle wrapper
|
||||
uses: ./
|
||||
with:
|
||||
wrapper-directory: __tests__/data/basic
|
||||
build-root-directory: __tests__/data/basic
|
||||
arguments: test
|
||||
- name: Test use defined Gradle version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue