Relative Content

Tag Archive for javagradlemulti-module

gradle defines the root project incorrectly

error A problem occurred evaluating root project ‘weather-measure’. > Project with path ‘:weather-entity’ could not be found in root project ‘weather-measure’. gradle defines the root project incorrectly. in fact, the root project is ‘weather-microservices’ project structure weather-microservices (root) ├── weather-measure (dependent on weather-entity) | | | |__ src | |__build.gradle | |__settings.gradle | | |__ […]