Skip to content

Commit 865063e

Browse files
committed
Robolectric fix
1 parent 3615c87 commit 865063e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jacoco.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ tasks.withType(Test) {
1818

1919
// Configure system properties for Robolectric + JaCoCo compatibility
2020
systemProperty 'robolectric.enabledSdks', '28,29,30,31,32,33'
21-
systemProperty 'robolectric.offline', 'true'
22-
21+
2322
finalizedBy jacocoTestReport
2423
}
2524

0 commit comments

Comments
 (0)