Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle plugin - @Input and @Internal should not be apply on the same property #9059

Commits on Mar 30, 2021

  1. @input and @internal should not be apply on the same property

    Motivation:
    
    In Gradle 7.0 apply @input and @internal on property is forbidden.
    Before Gradle 7.0 applying both on the same property is confusing. According to the documentation:
    
    * @input: Attached to a task property to indicate that the property specifies some input value for the task.
    * @internal: Attached to a task property to indicate that the property is not to be taken into account for up-to-date checking
    vgalloy committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8028ea6 View commit details
    Browse the repository at this point in the history