Edoardo Luppi
06/05/2025, 5:16 PM> Task :module-name:logLinkDokkaGeneratePublicationHtml
Generated Dokka HTML publication: localhost URL
for every sub-module, even when I'm running dokkaGenerate
at the top level with aggregation?Adam Semenenko
06/05/2025, 5:18 PMlocalhost URL
, or you've edited the log?Edoardo Luppi
06/05/2025, 5:19 PMAdam Semenenko
06/05/2025, 5:19 PMAdam Semenenko
06/05/2025, 5:20 PMgradle dokkaGenerate
will run the dokkaGenerate
task in all projects that have such a task.
See 'task selectors' in the docs
docs.gradle.org/8.14/userguide/command_line_interface.html#executing_tasks_in_multi_project_buildsAdam Semenenko
06/05/2025, 5:22 PMgradle :dokkaGenerate
if the root project is aggregating (or if the aggregating project is in a subproject, then use the subproject path, e.g. gradle :subproject-docs:dokkaGenerate
)Edoardo Luppi
06/05/2025, 5:23 PM:
😭
Now the migration is done. Thanks for the help!Adam Semenenko
06/05/2025, 5:25 PM