When I tried to run the same test once again:
$ ./gradlew -Dtest.single=KafkaStreamsTest streams:test
> Configure project :
Building project 'core' with Scala version 2.11.11
BUILD SUCCESSFUL in 1s
How do I disable the cache so that gradlew runs the whole test ?
Thanks
--rerun-tasks
perhaps? – Barbellate