1
0
Fork 0
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:
Wilhelm Haas 2017-12-11 21:13:19 +01:00 committed by GitHub
parent 82b32e4549
commit e1c6d7c4a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`