Marcel Overdijk
test { exclude "com/mycomp/restdocs/**" }
tasks { "test"(Test::class) { exclude("com/mycomp/restdocs/**") } }