assertj / assertj/assertj-generator-gradle-plugin

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

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Kotlin
Stars
34
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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

```gradle
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.