Skip to content

Commit

Permalink
docs(core): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed May 2, 2024
1 parent f102e65 commit ddfa698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/shared/tutorials/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ Just like Gradle, Nx caches your tasks so that if you run the builds a second ti
Nx read the output from the cache instead of running the command for 6 out of 6 tasks.
```


## Create a Custom Task

Nx can run any tasks that are available to Gradle - even your own custom tasks. Let's create a custom task to see this functionality in action. Edit the `application` gradle build file to create a custom task:
Expand Down

0 comments on commit ddfa698

Please sign in to comment.