OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.76k stars 6.56k forks source link

[Kotlin] Fix invalid gradlew.bat templates #19165

Closed takkiraz closed 3 months ago

takkiraz commented 3 months ago

Fixes #19163

This PR fixes the gradlew.bat file generated as a Unix Bash script instead of a Windows Batch file. The update corrects the template to generate a valid Batch script for proper execution on Windows.

PR checklist

@jimschubert @andrewemery @alisters @stefankoppier

wing328 commented 3 months ago

lgtm. thanks for the PR