migrate to gradle part 5
This commit is contained in:
parent
14d5a2c4e6
commit
90bb1b0079
11 changed files with 280 additions and 37 deletions
|
|
@ -66,12 +66,17 @@ app), use
|
|||
gradlew clean build -x :brouter-routing-app:build
|
||||
|
||||
```
|
||||
Then build jars for server and map creator with all dependent classes
|
||||
Then build a jar for server and map creator with all dependent classes
|
||||
|
||||
```
|
||||
gradlew farJar
|
||||
```
|
||||
|
||||
Build a zip file for distribution. Contains readmes, profiles, apk and jar
|
||||
|
||||
```
|
||||
gradlew distZip
|
||||
```
|
||||
|
||||
|
||||
### Get the required segments (data) files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue