mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
397 B
397 B
gradle build
Build a project using Gradle. More information: https://docs.gradle.org/current/userguide/command_line_interface.html#common_tasks.
- Build the project:
gradle build
- Perform a clean build:
gradle clean build
- Build the project while skipping tests:
gradle build {{[-x|--exclude-task]}} test
- Build with more detailed logging:
gradle build {{[-i|--info]}}