Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-08 00:22:45 +00:00
parent 7c4efb4fd3
commit 4c849cfc8a
12 changed files with 233 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Exclude test task:
`gradle build {{[-x|--exclude-task]}} {{test}}`
`gradle build {{[-x|--exclude-task]}} test`
- Run in offline mode to prevent Gradle from accessing the network during builds: