Skip to content

Instantly share code, notes, and snippets.

@glombard
glombard / build-robolectric.gradle
Created October 7, 2015 02:50 — forked from kotucz/build-robolectric.gradle
Robolectric runtime dependencies downloader
/**
* Module that includes this will be configured to use offline dependencies for Robolectric
* This downloads robolectric dependencies once into the root project
*/
def robolectricDependenciesFolder = rootProject.buildDir.path + "/robolectric-dependencies"
// configuration that resolves Robolectric runtime dependencies
configurations.create('robolectricRuntime')