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

Gradle build succeeds despite broken test set #123

Open brizzbuzz opened 3 years ago

brizzbuzz commented 3 years ago

Hey, awesome plugin :) Allowed me to remove a nice chunk of boilerplate from my gradle build files :)

Like the title says, at least by default, when a test set cannot be compiled, the default build action still succeeds. This seems like it should at least be a configurable option (apologies if I am missing some obvious gradle magic to make this work out of the box)