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

Set test task classpath to runtimeClasspath of the sourceSet #70

Closed tkrullmann closed 5 years ago

tkrullmann commented 5 years ago

without accessing the current value (so it won't trigger the JavaPlugin convention)

fixes #69