Skip to content

Commit

Permalink
Attempt to fix gradle error
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-eschwartz committed Feb 16, 2024
1 parent 1e3579e commit eaf234a
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 eaf234a

Please sign in to comment.