migrate to gradle part 5

This commit is contained in:
afischerdev 2021-08-18 13:03:54 +02:00
parent 14d5a2c4e6
commit 90bb1b0079
11 changed files with 280 additions and 37 deletions

View file

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