We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb0305 commit 56001d4Copy full SHA for 56001d4
1 file changed
memory-protocol/build.gradle.kts
@@ -2,3 +2,7 @@ plugins {
2
id("openapiparser.test")
3
id("openapiparser.library")
4
}
5
+
6
+tasks.named("jacocoLogTestCoverage").configure {
7
+ enabled = false
8
+}
0 commit comments