Commit 70ee3f35 authored by MozLando's avatar MozLando
Browse files

Merge #5381



5381: Issue #4928: Gradle: Force jacoco out of process.. r=psymoon a=pocmo

Trying to find a solution to our intermittent jacoco problems (#4928) I came across this flag that with AGP 3.5+ should move jacoco to a separate JVM. There's no guarantee that this actually helps but let's try how it behaves on taskcluster..

Co-authored-by: default avatarSebastian Kaspari <s.kaspari@gmail.com>
parents 97930350 ec433e94
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,3 +27,6 @@ libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/
android.useAndroidX=true
android.enableJetifier=true
android.enableUnitTestBinaryResources=true

android.forceJacocoOutOfProcess=true