mirror of https://github.com/zlatinb/muwire
parent
26f4e41d57
commit
0aad898739
|
@ -8,15 +8,15 @@ The project is in development. You can find technical documentation in the "doc
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
You need Gradle and a JDK 8 or newer. After installing those and setting up the appropriate paths, just type
|
You need JDK 8 or newer. After installing that and setting up the appropriate paths, just type
|
||||||
|
|
||||||
```
|
```
|
||||||
gradle assemble
|
./gradlew assemble
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to run the unit tests, type
|
If you want to run the unit tests, type
|
||||||
```
|
```
|
||||||
gradle build
|
./gradlew build
|
||||||
```
|
```
|
||||||
|
|
||||||
Some of the UI tests will fail because they haven't been written yet :-/
|
Some of the UI tests will fail because they haven't been written yet :-/
|
||||||
|
|
Loading…
Reference in New Issue