docs(gradle): fix link in overview doc (#31073)

## Current Behavior
The link to Continuous Tasks is pointing to a preview site.

## Expected Behavior
The link should remain on the production site.
This commit is contained in:
Colum Ferry 2025-05-06 13:50:17 +01:00 committed by GitHub
parent a36aaacef6
commit ee276413b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ The `@nx/gradle` plugin will automatically split your testing tasks by test clas
### Continuous Tasks ### Continuous Tasks
Gradle doesn't have a standard way to identify tasks which are [continuous](https://nx-dev-git-docs-gradle-publish-nrwl.vercel.app/reference/project-configuration#continuous), like `bootRun` for serving a Spring Boot project. To ensure Nx handles these continuous tasks correctly, you can explicitly mark them as continuous. Gradle doesn't have a standard way to identify tasks which are [continuous](/reference/project-configuration#continuous), like `bootRun` for serving a Spring Boot project. To ensure Nx handles these continuous tasks correctly, you can explicitly mark them as continuous.
{% tabs %} {% tabs %}
{% tab label="nx.json" %} {% tab label="nx.json" %}

View File

@ -170,7 +170,7 @@ The `@nx/gradle` plugin will automatically split your testing tasks by test clas
### Continuous Tasks ### Continuous Tasks
Gradle doesn't have a standard way to identify tasks which are [continuous](https://nx-dev-git-docs-gradle-publish-nrwl.vercel.app/reference/project-configuration#continuous), like `bootRun` for serving a Spring Boot project. To ensure Nx handles these continuous tasks correctly, you can explicitly mark them as continuous. Gradle doesn't have a standard way to identify tasks which are [continuous](/reference/project-configuration#continuous), like `bootRun` for serving a Spring Boot project. To ensure Nx handles these continuous tasks correctly, you can explicitly mark them as continuous.
{% tabs %} {% tabs %}
{% tab label="nx.json" %} {% tab label="nx.json" %}