소스 검색

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"
+}