docs(nx-cloud): add gradle references (#31025)
Update references in "task splitting" to link the Gradle testing task splitting.
This commit is contained in:
parent
70cec4b41a
commit
675e6ed8ec
@ -53,6 +53,13 @@ nx add @nx/playwright
|
|||||||
nx add @nx/jest
|
nx add @nx/jest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{% /tab %}
|
||||||
|
{% tab label="Gradle" %}
|
||||||
|
|
||||||
|
```shell {% skipRescope=true %}
|
||||||
|
nx add @nx/gradle
|
||||||
|
```
|
||||||
|
|
||||||
{% /tab %}
|
{% /tab %}
|
||||||
{% /tabs %}
|
{% /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 Cypress Task Splitting](/nx-api/cypress#nxcypress-configuration)
|
||||||
- [Configure Playwright Task Splitting](/nx-api/playwright#nxplaywright-configuration)
|
- [Configure Playwright Task Splitting](/nx-api/playwright#nxplaywright-configuration)
|
||||||
- [Configure Jest Task Splitting](/nx-api/jest#splitting-e2e-tests)
|
- [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
|
## Verify Automated Task Splitting Works
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user