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 */