Adding Test Jars in Gradle for multi-module projects
Gradle offers native support for multi-module projects, which is perfectly suited for Spring Boot applications. Often some of the modules provide test data or helper classes that are needed in other parts of the application. In order to reference thi...
Oct 28, 20222 min read9