Skip to content

Commit 9a95216

Browse files
authored
gradle-build: add page (#19273)
1 parent 6f8879c commit 9a95216

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/common/gradle-build.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# gradle build
2+
3+
> Build a project using Gradle.
4+
> More information: <https://docs.gradle.org/current/userguide/gradle_basics.html>.
5+
6+
- Build the project:
7+
8+
`gradle build`
9+
10+
- Perform a clean build:
11+
12+
`gradle clean build`
13+
14+
- Build the project while skipping tests:
15+
16+
`gradle build {{[-x|--exclude-task]}} test`
17+
18+
- Build with more detailed logging:
19+
20+
`gradle build {{[-i|--info]}}`

0 commit comments

Comments
 (0)