I have done the migration of the Spring Boot Application from 1.5.8 to 2.1.14-RELEASE and using gradle as a build script. I am using spring-boot-gradle-plugin and spring-boot-dependency-management plugins. In our spring boot project, we are creating multiple executable jar files by creating tasks for each jar…
Tag: spring-boot-gradle-plugin
Spring Boot Gradle multi-project build not seeing internal dependencies during tests
I’m having a problem on a larger multi-project build that I was migrating from Gradle 4 to 5, and replicated the issue on a smaller, more concise build to demonstrate the issue. I have 2 projects in the build. One is a dependency (basic library) used by the other. Snippet of demo-web: build.gradle The d…