Skip to content

Expose binding of an assertj-core dependency automatically to all "touched" test tasks #3

@Nava2

Description

@Nava2

Associating the AssertJ dependency is done via the test configuration, i.e:

dependencies {                
    // https://mvnrepository.com/artifact/org.assertj/assertj-core
    testCompile group: 'org.assertj', name: 'assertj-core', version: '3.8.0'
}

It would be great to be able to assign this once and have it assigned to all targets that have generated sources. Probably via a "global scope" property or via the assertJ configuration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions