Skip to content

Commit

Permalink
update internalProperty kdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Jun 19, 2024
1 parent b3d8d78 commit eb127e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ abstract class SystemPropertyAdder @Inject internal constructor(
* (Which is beneficial in cases where [value] is optional, or is not reproducible,
* because such a property might disrupt task caching.)
*
* If you want to register the property as a Task input, use the
* [Test.systemProperty][dokkabuild.utils.systemProperty] above instead.
* If you want to register the property as a Task input that can be normalized, use one of
* the typed inputs above.
*
* @see org.gradle.api.tasks.Internal
*/
Expand Down

0 comments on commit eb127e1

Please sign in to comment.