Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
allprojects { tasks.withType<Test> { systemProperty("robolectric.dependency.repo.id", "nexus") systemProperty("robolectric.dependency.repo.url", "https://<nexus_internal_url>:8443/repository/android-group/") systemProperty("javax.net.ssl.trustStoreType", "JKS") // required for Robolectric 4.3.1 and JDK11 systemProperty("robolectric.logging", "stdout") } }