Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
4f91bcf6d0
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

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