From 551a27db9bbc211b49decbd7379a6d73fdb4d87c Mon Sep 17 00:00:00 2001
From: Hamza Shoukat <50887243+hamzashoukat94@users.noreply.github.com>
Date: Fri, 20 Jan 2023 11:26:32 +0500
Subject: [PATCH] fix(gradle-build): fix the build issue of gradle project
(#55)
The core library must be compiled with the Gradle project. So. I limit the scope of jococo to test because it was not resolving.
closes #54
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index f12e13d..fc74512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,7 @@
org.jacoco
jacoco-maven-plugin
0.8.5
+ test