diff --git a/lib/android/app/build.gradle b/lib/android/app/build.gradle index d049e84d..6456e812 100644 --- a/lib/android/app/build.gradle +++ b/lib/android/app/build.gradle @@ -97,7 +97,7 @@ android { testOptions { unitTests.all { t -> reports { - html.enabled true + html.required.set true } testLogging { events "PASSED", "SKIPPED", "FAILED", "standardOut", "standardError"