Fix test for release-candidate

Since this is an ever-changing version, this fix removes the `gradleVersionCheck` from the invocation.
This commit is contained in:
Daz DeBoer 2021-10-14 10:48:44 -06:00 committed by GitHub
parent aedc5fc8f9
commit 0cf00ed767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
with:
gradle-version: release-candidate
build-root-directory: __tests__/samples/no-wrapper
arguments: help -DgradleVersionCheck=7.2
arguments: help
- name: Test use defined Gradle executable
uses: ./
with: