master Changelog 0.1 === - 0.1.5 Disable the configuration cache when using aggregate testing In order for JVM aggregate testing to function, the test framework from the parent test task needs to be passed down to all of the child JVM-specific test tasks. This `TestFramework` property is a `@Nested` property, so it cannot be serialized or shared between tasks as that would cause a link between them. Aggregate testing is not automatically attached to the `check` or `test` base tasks, so this is not a big deal. - 0.1.4 Remove AggregateTest#getInput from public API This input folder cannot be modified since it is hard-coded to be where all the child JVM-specific test tasks output their reports. - 0.1.3 Fix aggregate test results not generating - 0.1.2 Fix default task directories not being created - 0.1.1 Fix extension using incorrect name - 0.1.0 Initial commit