Jacob Potter
11/19/2024, 2:24 PMplatform that everything else depends on and pins versions of common dependencies. We’ve had issues with accidentally using JUnit 4 annotations (almost everything is on Jupiter but some libraries still pull in JUnit 4 as a transitive dependency). I can add an exclude rule to each separate repo (in configurations.testCompileClasspath) and that works, but I’d really like to be able to add something to the platform config that blocks JUnit 4 in everything that depends on the platform. Is this possible?Vampire
11/19/2024, 2:36 PM