First checkout declarative-gradle

We want to use an included build on CI, first need to ensure CI checks out the build to include.
pull/1391/head
Tom Tresansky 1 year ago
parent 76d0e430f7
commit 10af03dbb3
No known key found for this signature in database
GPG Key ID: 99DCF7A2C0C53E39

@ -21,7 +21,13 @@ jobs:
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
- name: Checkout - name: Checkout Declarative Gradle
uses: actions/checkout@v4
with:
repository: 'gradle/declarative-gradle'
path: 'declarative-gradle'
- name: Checkout Now in Android
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Validate Gradle Wrapper - name: Validate Gradle Wrapper

Loading…
Cancel
Save