I have multimodule project using Spring Boot and liquibase. If i run it usring mvn spring-boot:run it works, but if i run it using intellej i get this error: Module info of my module: Any ideas how to fix it? I will aprecciate it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Answer My guess is that your Liquibase files are in a folder named liquibase. Rename it
Tag: multi-module
Moving Jib configuration of one module into a new module, to refactor multi-module gradle project
I have a multi-module gradle project and one of the modules is a webapp. I added Jib configuration within the webapp build.gradle file to generate the container images. Similarly I have a few modules for command-line applications and I use Jib jar config to create container images. I want to move the Jib specific configuration in new modules to unclutter
Sonar with multi-module gradle project
I have java and kotlin based multi module gradle project. I am trying to setup sonar analysis for the same. I configured sonar at root project and ran analysis with CircleCI. The result in sonarcloud gets for only one of the sub-project. My project structure is as below: projectA/build.gradle ProjectB/build.gradle ProjectC/build.gradle build.gradle Here is my root build.gradle. Answer Need to