I am very new to java. i want to setup Gradle project in such way so that all the project should refer to the internal folder for dependencies, and all project need to be in child-parent structure as below
root-folders
-main-project(root-project gradle)
-api(child-project)
-ui(child-project)
-cashflow(child-project)
-views(all html/css/js files)
-WEB-INF
-lib(all jar files)
Everything is in Quarkus framework