Results 2 issues of hmarggraff

I have not found a way to translate the groovy definition of a source Set for integration tests into the Kotlin DSL. What I want: 1. Place integration tests in...

using the excludes configuration: coverageExcludes = [ '._org.foo.._' ] from the sample fails with: unexpected char: '\' @ line 5, column 30. double backslashes are required inside a string. I...