From eb127e180c23cef3068ced1b492ca23d8a688eae Mon Sep 17 00:00:00 2001 From: Adam Semenenko <152864218+adam-enko@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:05:31 +0200 Subject: [PATCH] update internalProperty kdoc --- .../src/main/kotlin/dokkabuild/utils/SystemPropertyAdder.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-logic/src/main/kotlin/dokkabuild/utils/SystemPropertyAdder.kt b/build-logic/src/main/kotlin/dokkabuild/utils/SystemPropertyAdder.kt index 6cc924c4be..9592fe0584 100644 --- a/build-logic/src/main/kotlin/dokkabuild/utils/SystemPropertyAdder.kt +++ b/build-logic/src/main/kotlin/dokkabuild/utils/SystemPropertyAdder.kt @@ -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 */