This message was deleted.
# community-support
s
This message was deleted.
v
You could simply add a second test task with the same configuration except for the property
j
Yes, that's what I wanted to express with the last sentence. đŸ˜…
Is there a simple way to "clone" an existing
Test
task?
r
not really. but I think by default a new test task takes at least the same classpath and testClassesDir configuration than the
test
task.
you can simply configure the common settings via
tasks.withType(Test).configureEach