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

Fix sbt module compilation issue when using IntelliJ IDE #2970

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

kyri-petrou
Copy link
Collaborator

See https://discord.com/channels/629491597070827530/629491597070827534/1262347147517628486

When compiling via IntelliJ, compilation fails for the sbt-zio-http-grpc-tests module as the files are only generated for Scala 2.12. To improve DX when using IntelliJ IDE, we exclude this module when we're working via the IDE.

Note that this change will have no effect via sbt, so we won't see any changes in CI or when using the sbt shell directly

@987Nabil
Copy link
Contributor

Can't we make it work for all Scala versions?

@jdegoes jdegoes merged commit 5aa5d9e into zio:main Aug 3, 2024
34 checks passed
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.

3 participants