Open xetra11 opened 3 years ago
Why do you want to name the sourceset integration-test
? Is it because your source folder has that name? The solution for this case would be (in Kotlin syntax):
testSets {
"integrationTest" {
dirName = "integration-test"
}
}
I created the integration test sourceset like this:
using
integrationTestImplementation
independencies
therefore is not resolving. Is there a way to make it work?