diff --git a/build.gradle b/build.gradle
index 1c6c787dfdee407a5279c192ff513cae2748d8df..79f73ef733452b831124da8f1f95a4ce01631292 100644
--- a/build.gradle
+++ b/build.gradle
@@ -49,11 +49,12 @@ jacoco {
     reportsDir = file("$buildDir/JacocoReports")
 }
 
+
 jacocoTestReport {
     reports {
         xml.enabled false
         csv.enabled false
-        html.destination "${buildDir}/jacocoHtml"
+        html.destination file("${buildDir}/jacocoHtml")
     }
 }