mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
integrates feedback of the reviewer
This commit is contained in:
parent
82b32e4549
commit
e1c6d7c4a6
1 changed files with 2 additions and 6 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
- Exclude test task:
|
||||
|
||||
`gradle build -x test`
|
||||
`gradle build -x {{test}}`
|
||||
|
||||
- Run in offline mode:
|
||||
- Run in offline mode to prevent gradle from accessing the network during builds:
|
||||
|
||||
`gradle build --offline`
|
||||
|
||||
|
@ -21,7 +21,3 @@
|
|||
- Compile and Release package:
|
||||
|
||||
`gradle assembleRelease`
|
||||
|
||||
- Create Gradle wrapper:
|
||||
|
||||
`gradle wrapper --gradle-version {{gradle_version}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue