forked from loafle/openapi-generator-original
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