Skip to content

Commit

Permalink
mark dokkaConfigurationJsonFile as @OutputFile so even cached tasks…
Browse files Browse the repository at this point in the history
… can be investigated
  • Loading branch information
adam-enko committed Dec 4, 2024
1 parent 8cf71e7 commit cbb908e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ constructor(
* To disable this behaviour set this property to `null`.
*/
@InternalDokkaGradlePluginApi
@get:Internal
@get:Optional
@get:OutputFile
abstract val dokkaConfigurationJsonFile: RegularFileProperty

/**
Expand Down

0 comments on commit cbb908e

Please sign in to comment.