Skip to content

Commit

Permalink
Merge pull request #1093 from ndw/rdf-toc-build-issue
Browse files Browse the repository at this point in the history
Fix issue with the RDF step TOC
  • Loading branch information
ndw authored Apr 15, 2024
2 parents 8255177 + 6bddc9d commit 75f7865
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 @@ -159,7 +159,7 @@ spec_schemas.dependsOn download_library_xpl
// ToC files for step specifications; again just make sure they're
// downloaded early.

def stepList = [ "step-file", "step-os", "step-paged-media", "step-rdf",
def stepList = [ "step-file", "step-os", "step-paged-media",
"step-run", "step-text", "step-validation", "steps" ]
stepList.each { step ->
def taskname = "download_" + step + "_toc"
Expand Down

0 comments on commit 75f7865

Please sign in to comment.