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
It seems that the .scala files generated by project/Boilerplate.scala are not included in the published source JAR (e.g., http://repo1.maven.org/maven2/org/typelevel/cats-core_2.11/0.7.0/cats-core_2.11-0.7.0-sources.jar). It would be nice to have them included, if possible.
.scala
project/Boilerplate.scala
See, e.g., http://stackoverflow.com/questions/33760101/sbt-publish-generated-sources.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that the
.scala
files generated byproject/Boilerplate.scala
are not included in the published source JAR (e.g., http://repo1.maven.org/maven2/org/typelevel/cats-core_2.11/0.7.0/cats-core_2.11-0.7.0-sources.jar). It would be nice to have them included, if possible.See, e.g., http://stackoverflow.com/questions/33760101/sbt-publish-generated-sources.
The text was updated successfully, but these errors were encountered: