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
The current java sources layout looks like this: root -META-INF -main --com ---openai
But the layout needs to look like root -META-INF -com --openai
This is to support the automatic attachment of sources within IDEs like Eclipse.
The text was updated successfully, but these errors were encountered:
We use vanniktech/gradle-maven-publish-plugin, and apparently this has come up before: vanniktech/gradle-maven-publish-plugin#674
It appears that the default kotlinSourcesJar task does this, while plain sourcesJar doesn't.
kotlinSourcesJar
sourcesJar
Sorry, something went wrong.
No branches or pull requests
The current java sources layout looks like this:
root
-META-INF
-main
--com
---openai
But the layout needs to look like
root
-META-INF
-com
--openai
This is to support the automatic attachment of sources within IDEs like Eclipse.
The text was updated successfully, but these errors were encountered: