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

integTest and IntelliJ Idea output dir #50

Open
remy-tiitre opened this issue Oct 31, 2018 · 1 comment
Open

integTest and IntelliJ Idea output dir #50

remy-tiitre opened this issue Oct 31, 2018 · 1 comment

Comments

@remy-tiitre
Copy link

Right now if you have unit tests and integration tests (integTest facet applied) and you are using IntelliJ then they both output their classes to out/test/main folder. Which is not good, as they could have name collisions. I think that every facet should actually write its stuff to a different output folder. Its not a problem when you delegate all the builds to gralde in IntelliJ, but for performance reasons not everyone is doing that and some rely on IntelliJ build functionality.

@robvadai
Copy link

In addition, Gradle outputs to the build directoy by default, why not use that?

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

No branches or pull requests

2 participants