Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Sep 16, 2024
1 parent e7a0edd commit 78070d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/java/engine-fhir/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks.register<XjcTask>("generateFhirPathTests") {
extraArgs = listOf("-npa", "-p", "org.hl7.fhirpath.tests")
}

jacocoTestReport {
tasks.jacocoTestReport {
sourceDirectories.setFrom(files(
"${projectDir}/../elm/src/main/java",
"${projectDir}/../cql-to-elm/src/main/java",
Expand Down
2 changes: 1 addition & 1 deletion Src/java/engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
testImplementation("org.mockito:mockito-core:5.4.0")
}

jacocoTestReport {
tasks.jacocoTestReport {
sourceDirectories.setFrom(files(
"${projectDir}/../elm/src/main/java",
"${projectDir}/../cql-to-elm/src/main/java",
Expand Down

0 comments on commit 78070d4

Please sign in to comment.