Uberto Barbini
Uberto Barbini
[Please describe what happened here...] [Please link to the download here...] ``` [If possible, please run `ffprobe -i ` and paste the output here...] ``` ------------------------------------------------------------ File: Versailles No Bara...
Fixes: JUnit 5 Dynamic tests not showing with their displayName #5975 ### Context This is a fix for the issue: https://github.com/gradle/gradle/issues/5975 ### Contributor Checklist - [X] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md) -...
in build.gradle.kts jmh { jmhVersion = "1.23" includeTests = true iterations = 5 } Error when building: Line 17: includeTests = true ^ Unresolved reference: includeTests Verified with version 0.4.5...
This is a regression for #906 and #996 **Name of the lexer** Kotlin lexter **Code sample** A sample of the code that produces the bug. ``` @Test fun `adding one...