Skip to content

Commit

Permalink
Merge pull request #69 from sei-eschwartz/main
Browse files Browse the repository at this point in the history
Fix gradle dependency problem
  • Loading branch information
sei-eschwartz committed Feb 16, 2024
2 parents 1e3579e + eaf234a commit c9b41a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ indexHelp.dependsOn(copyToLib)
indexHelp.dependsOn(markdownToGhidraHtml)
buildHelp.dependsOn(markdownToGhidraHtml)
zipSource.dependsOn(markdownToGhidraHtml)
processResources.dependsOn(markdownToGhidraHtml)
markdownToGhidraHtml.sourceDir = file('docs/')
markdownToGhidraHtml.outputDir = file('src/main/help/help/topics/kaiju/')

Expand Down

0 comments on commit c9b41a6

Please sign in to comment.