aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuuta Liang <yuutaw@student.cs.ubc.ca>2023-11-27 19:59:35 -0800
committerYuuta Liang <yuutaw@student.cs.ubc.ca>2023-11-27 19:59:35 -0800
commit9a650b94e04fd0aa565e24b04d4a7de47e9d0a1b (patch)
tree1b6abdb417d053550f13c35ba944578695d56666
parentecd350879bf8b38aeafb306dfeb8443cbe65345b (diff)
downloadjca-9a650b94e04fd0aa565e24b04d4a7de47e9d0a1b.tar
jca-9a650b94e04fd0aa565e24b04d4a7de47e9d0a1b.tar.gz
jca-9a650b94e04fd0aa565e24b04d4a7de47e9d0a1b.tar.bz2
jca-9a650b94e04fd0aa565e24b04d4a7de47e9d0a1b.zip
Use the same version of JaCoCo as the OJ
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 0976673..6796b7b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,6 +48,10 @@ test {
finalizedBy jacocoTestReport
}
+jacoco {
+ toolVersion = "0.8.8"
+}
+
jacocoTestReport {
dependsOn test
reports {