Skip to content

Commit

Permalink
Merge pull request #729 from ndw/build
Browse files Browse the repository at this point in the history
Build improvements
  • Loading branch information
ndw authored Oct 12, 2024
2 parents a391058 + 774255f commit d51244f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ tasks.register("test_indexes") {
dependsOn "test_index_setup"

inputs.file "tools/xsl/test-index.xsl"
inputs.dir "reports"
inputs.dir "test-suite"
outputs.dir "build/html"

input("source", "build/indexing.xml")
output("result", "build/html/" + itype + ".html")
Expand Down

0 comments on commit d51244f

Please sign in to comment.