SpringBoot Spring Boot Starter Test includes dependencies with split packages which causes compilation failures when testing using the module path
I'm using Gradle 5.2 on Java 11.0.1 with a very simple project that adds a controller and an entity package to the base ...