Skip to content

Commit

Permalink
fixup! Explicit dependency on macrogen reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Feb 22, 2023
1 parent 222bf4a commit ad19d6c
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"), task.getByPath("macrogen:runMacrogenReporting")
assemble.dependsOn generateSVGs, copyWeb, copySource, xar, copyTextXml, copyWitnessStats, tasks.getByPath("src:main:xproc:assemble"), tasks.getByPath("macrogen:runMacrogenReporting")


task showProps { doLast {
Expand Down

0 comments on commit ad19d6c

Please sign in to comment.