Skip to content
New issue

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

Bad folder name JAVA #290

Closed
juancgalvis opened this issue Oct 6, 2022 · 1 comment · Fixed by #291
Closed

Bad folder name JAVA #290

juancgalvis opened this issue Oct 6, 2022 · 1 comment · Fixed by #291
Labels

Comments

@juancgalvis
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When I have an older project which does not have the language property, and I generates an adapter, the resolved language is JAVA in uppercase which generates module errors.

Describe the solution you'd like
Resolve the language in lowercase

Describe alternatives you've considered
Drop Kotlin support 😂

Additional context

if (language == null) {
language = JAVA.name();
}

@github-actions
Copy link

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant