You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi we are experiencing issue, the "skipIfSpecIsUnchanged: true" is not working for developers who are using windows system. The codegen always regenerates source code even there is no change under openapi.yml.
However the config is working fine for MacOS developers.
Suspecting if the is difference on file encoding and end of line sequence between windows and mac. and also some effect on the sha256 files under .openapi-generators folder?
The text was updated successfully, but these errors were encountered:
Description
hi we are experiencing issue, the "skipIfSpecIsUnchanged: true" is not working for developers who are using windows system. The codegen always regenerates source code even there is no change under openapi.yml.
However the config is working fine for MacOS developers.
Swagger-codegen version
7.6.0
Swagger declaration file content or url
Command line used for generation
mvn verify install
Suspecting if the is difference on file encoding and end of line sequence between windows and mac. and also some effect on the sha256 files under .openapi-generators folder?
The text was updated successfully, but these errors were encountered: