Stephan Schroeder
task integrationTest(type: Test) { useJUnit { include '**/*IntegrationTest.class' } }
task { named<Test>("integrationTest") { useJUnit { include("**/*IntegrationTest.class") } } }
Task with name 'integrationTest' not found in root project
named
task
Czar
register
A modern programming language that makes developers happier.