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

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