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

Documentation: setup for multi-module projects #108

Closed binkley closed 4 years ago

binkley commented 4 years ago

The README.md setup instructions for a single-module project are clear -- thanks!

However, for multi-module projects, Gradle does not support the plugins block in the root build.gradle for enabling plugins for the root, unless using a very recent Gradle.

I have a toy sample project with working setup: https://github.com/binkley/gradle-multiple-test-roots

If this is something you'd like, I can issue a PR for README.md pointing out the need for a buildscript block at top of the root build.gradle.

binkley commented 4 years ago

Seeing that the situation has improved in recent versions of Gradle (at least working for my toy example), I am withdrawing this issue.