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

Utilize emitted file list instead of hard-coding #1

Conversation

blast-hardcheese
Copy link

@blast-hardcheese blast-hardcheese commented Jul 9, 2021

Without this, sbt-generated files do not get picked up during compilation, due to the only emitted output is just a single, hard-coded name.

Example error:

[error] IO error while decoding .../target/scala-2.13/src_managed/main/caliban-codegen-sbt/com/example/Service.scala with UTF-8: .../target/scala-2.13/src_managed/main/caliban-codegen-sbt/com/example/Service.scala (No such file or directory)
[error] Please try specifying another one using the -encoding option

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

Successfully merging this pull request may close these issues.

1 participant