Description
running the gradle plugin using gradle 6.8.1 results in:
Task :<....>:htmlSanityCheck
Property 'httpConnectionTimeout' @input properties with primitive type 'int' cannot be @optional. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0. See https://docs.gradle.org/6.6.1/userguide/more_about_tasks.html#sec:up_to_date_checks for more details.
Property 'ignoreIPAddresses' @input properties with primitive type 'boolean' cannot be @optional. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0. See https://docs.gradle.org/6.6.1/userguide/more_about_tasks.html#sec:up_to_date_checks for more details.
Property 'ignoreLocalHost' @input properties with primitive type 'boolean' cannot be @optional. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0. See https://docs.gradle.org/6.6.1/userguide/more_about_tasks.html#sec:up_to_date_checks for more details.
would be rather cool, if the plugin will still work with gradle 7 (after reading the warnings, i'm quite unsure if it will).