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

Not supporting customized src files locations #14

Closed
langyizhao opened this issue Oct 6, 2015 · 1 comment
Closed

Not supporting customized src files locations #14

langyizhao opened this issue Oct 6, 2015 · 1 comment
Assignees
Labels

Comments

@langyizhao
Copy link

Our project has its regression tests in test/regression folder with resources in testdata folder.

However with this plugin, by using dirName='regression' it only sets to src/regression/java and src/regression/resources

No way to specify sources and resources outside of src folder. (Or is there a workaround?)

@tkrullmann tkrullmann self-assigned this Jan 16, 2017
@tkrullmann
Copy link
Member

tkrullmann commented Jan 16, 2017

The testSet regression creates a source set that can be modified like any other, for example

testSets { regression }

sourceSets {
  regression {
    resources.srcDir file('/my/custom/dir')
  }
}

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

No branches or pull requests

2 participants