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:
Daz DeBoer 2021-06-24 10:45:43 -07:00
parent 7379de4b05
commit beeeba406f
No known key found for this signature in database
GPG key ID: 70F584A28F2230E8
3 changed files with 15 additions and 9 deletions

View file

@ -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