I have a big java codebase in Gradle with hundreds of sub-projects. Some sub projects are independent (not in the builg graph), and even though I change java source code in there, gradle runs all the tests available for all projects. Can gradle identify where to run or not tests automatically?
↧