commit | b216fa3b0b1ca8d750aa288ba4c5b23aae228103 | [log] [tgz] |
---|---|---|
author | Adam Vartanian <flooey@gmail.com> | Fri Sep 27 15:27:12 2019 +0100 |
committer | GitHub <noreply@github.com> | Fri Sep 27 15:27:12 2019 +0100 |
tree | b3122a27ce361b29c1b224e3465b231d43129b73 | |
parent | 51e575679005e7e02d7d90518c73ecd19215ebad [diff] [blame] |
Readd jacoco plugin and make coverage work (#728)
diff --git a/build.gradle b/build.gradle index 4d4b749..acb3e08 100644 --- a/build.gradle +++ b/build.gradle
@@ -44,6 +44,7 @@ apply plugin: "maven" apply plugin: "signing" apply plugin: "idea" + apply plugin: "jacoco" apply plugin: "net.ltgt.errorprone" group = "org.conscrypt" @@ -154,6 +155,10 @@ } } + jacoco { + toolVersion = "0.8.4" + } + task generateProperties(type: WriteProperties) { ext { parsedVersion = VersionNumber.parse(version)