docs(nx-cloud): add gradle references (#31025)

Update references in "task splitting" to link the Gradle testing task
splitting.
This commit is contained in:
Josh VanAllen 2025-05-02 21:24:02 -04:00 committed by GitHub
parent 70cec4b41a
commit 675e6ed8ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,13 @@ nx add @nx/playwright
nx add @nx/jest
```
{% /tab %}
{% tab label="Gradle" %}
```shell {% skipRescope=true %}
nx add @nx/gradle
```
{% /tab %}
{% /tabs %}
@ -75,6 +82,7 @@ If you are already using the `@nx/cypress`, `@nx/playwright`, or `@nx/jest` plug
- [Configure Cypress Task Splitting](/nx-api/cypress#nxcypress-configuration)
- [Configure Playwright Task Splitting](/nx-api/playwright#nxplaywright-configuration)
- [Configure Jest Task Splitting](/nx-api/jest#splitting-e2e-tests)
- [Configure Gradle Testing Task Splitting](/nx-api/gradle#splitting-tests)
## Verify Automated Task Splitting Works