Hello, Please forgive me for asking too simply question (since I haven't done any Scala development).
I am trying to see if a fix works for Windows OS. I have made some changes in core package and trying to run unitTest gradle command. The test already exists in existing Kafka source code (so i am not writing duplicate tests :) ). But I cannot see the unit test passing at all. When I do *gradle jar -debug* it actually packages the jar and the solution works! So my question is "Which build/test command should I use to pick up changes in Scala files and run the unit tests to check changes"? Kindest Regards,