I was trying to setup a sample microservices project but unfortunately I encountered issue with Gradle that makes me insane.
I went through the Internet and tries different approaches, but no one is wokring. please help...
root project
- api
- util
- microservices
- microservices/service_a
- microservices/service_b
- microservices/service_c
- microservices/service_d
The issue is happending when I tries to add api project into util project as its dependency.