Преглед изворни кода

build: Use jacoco 0.8.7 for compatibility with Kotlin 1.5

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
Álvaro Brey Vilas пре 3 година
родитељ
комит
4f91bcf6d0
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -461,3 +461,7 @@ detekt {
 shot {
     showOnlyFailingTestsInReports = ciBuild
 }
+
+jacoco {
+    toolVersion = "0.8.7"
+}