We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I change files in templates folder
templates
templateDir = "templates"
I expect task to be triggered. But it goes "UP-TO-DATE"
5.4.0
Workaround:
inputs.dir 'templates'
But it should not be necessary, right?
The text was updated successfully, but these errors were encountered:
I believe this will be solved by #12303 as that PR switches templateDir from a String (@Input) to a DirectoryProperty (@InputDir)
templateDir
String
@Input
DirectoryProperty
@InputDir
Which will cause a change in any of the underlying files in the directory to mark the task as out-of-date
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
When I change files in
templates
folderI expect task to be triggered. But it goes "UP-TO-DATE"
openapi-generator version
5.4.0
Generation Details
Suggest a fix
Workaround:
But it should not be necessary, right?
The text was updated successfully, but these errors were encountered: