mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-01 06:20:53 +00:00
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