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 source set folder should include the resources of main and test source set #29

Open
ezraroi opened this issue Feb 20, 2017 · 0 comments

Comments

@ezraroi
Copy link

ezraroi commented Feb 20, 2017

Hi,
my integration tests are failing as i have some yml file in my main source set under resources.
I don't want to duplicate them between the main and the integTest source set.

currently this fixes my issue:

dependencies {
    integTestCompile sourceSets.main.getOutput()
    integTestCompile sourceSets.test.getOutput()
}
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

1 participant