mirror of https://github.com/zlatinb/muwire
remove warning for newer JDKs
parent
1e867b4f29
commit
69fd715e8e
|
@ -12,7 +12,7 @@ You can find technical documentation in the [doc] folder. Also check out the [W
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
You need JDK 11. (Newer JDKs may not work.) After installing that and setting up the appropriate paths, just type
|
You need JDK 11 or newer. After installing that and setting up the appropriate paths, just type
|
||||||
|
|
||||||
```
|
```
|
||||||
./gradlew clean assemble
|
./gradlew clean assemble
|
||||||
|
|
Loading…
Reference in New Issue