We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a982f commit 3b91197Copy full SHA for 3b91197
build.gradle
@@ -3,6 +3,10 @@ plugins {
3
id 'jacoco'
4
}
5
6
+repositories {
7
+ mavenCentral()
8
+}
9
+
10
jacocoTestReport {
11
reports {
12
xml.required = true
0 commit comments