unbroken-dome / gradle-testsets-plugin

A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
MIT License
230 stars 50 forks source link

Fix: test library implementation should extend from api #106

Closed tkrullmann closed 4 years ago

tkrullmann commented 4 years ago

Fix: test library's implementation configuration should extend from its api configuration

fixes #105