Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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