-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm not sure about what i'm saying, but I usualy use this code for configure Robolectric offline (because I have a restricted cicd environment with no internet)
testOptions.unitTests {
isIncludeAndroidResources = true
all {
it.systemProperty("robolectric.offline", "true")
it.systemProperty("robolectric.dependency.dir", "$rootDir/app/robolectric")
}
}
But it seems ignored since I use JUnit5 and your plugin, it try to connect to public maven. Anyway to configure the plugin with those options ?
allanconda-mercari
Metadata
Metadata
Assignees
Labels
No labels