In case unthinkable happens and we will have to work offline, plz prepare your environment:
-
jdk 8, favourite IDE (intellij community is enough), docker, git
-
clone this repo
-
download all dependencies:
./gradlew test -Dtest.single=EmptyTest docker pull training/webapp docker pull postgres:9.6.1
-
import project into your IDE and check if you can:
- see sources & javadocs (for example
rx.Completable
) - run the test inside
EmptyTest.java
- see sources & javadocs (for example