Thanks to visit codestin.com
Credit goes to github.com

Skip to content

integTest source set folder should include the resources of main and test source set #29

@ezraroi

Description

@ezraroi

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()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions