Skip to content

Commit

Permalink
Explicit dependency on macrogen reporting.
Browse files Browse the repository at this point in the history
Cf. #61
  • Loading branch information
thvitt committed Feb 22, 2023
1 parent bf546b4 commit 222bf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ task deployToExist {
}
}

assemble.dependsOn generateSVGs, copyWeb, copySource, xar, copyTextXml, copyWitnessStats, tasks.getByPath("src:main:xproc:assemble")
assemble.dependsOn generateSVGs, copyWeb, copySource, xar, copyTextXml, copyWitnessStats, tasks.getByPath("src:main:xproc:assemble"), task.getByPath("macrogen:runMacrogenReporting")


task showProps { doLast {
Expand Down

0 comments on commit 222bf4a

Please sign in to comment.