Skip to content

Commit

Permalink
Fix Build 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed May 31, 2023
1 parent 838bd04 commit 34d321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/jacoco.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def module = project.name == "quest" ? "Quest" : ""
def module = project.name == "quest" ? "Opensrp" : ""

task fhircoreJacocoReport(type: JacocoReport, dependsOn: [
"test${module}DebugUnitTest",
Expand Down

0 comments on commit 34d321a

Please sign in to comment.