Skip to content

compatibility with gradle 7.0 / deprecation warnings within gradle 6.x #282

Closed
@oliva123456

Description

@oliva123456

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions