Vaidotas Valuckas
Vaidotas Valuckas
https://github.com/gradle/gradle/issues/15681
- [ ] JavaExec: https://github.com/gradle/gradle/pull/17079 - [ ] Application plugin: https://github.com/gradle/gradle/pull/17083 - [x] SourceDirectorySet: https://github.com/gradle/gradle/pull/17098 - [x] Exec task: https://github.com/gradle/gradle/pull/17100 - [ ] CompileOptions: https://github.com/gradle/gradle/pull/17105 - [ ] AbstractTestTask: https://github.com/gradle/gradle/pull/17106...
https://github.com/gradle/gradle/issues/17151
# Issue description When JUnit4 rule throws while handling an unrolled feature iteration, the test failure is incorrectly attributed to the subsequent iteration. The outcome looks identical to https://github.com/spockframework/spock/issues/1267 and...