gradle - Liferay7 service builder dependency -


i have created service builder project (gradle type) in liferay7 called register-user. there service builder project called register-organization. have situation 1 of service builders depends upon other. however, not able figure out put dependency of 1 another. there way that?

with each servicebuilder project create template, 2 projects, e.g. register-user-api , register-user-service. -service project depends on -api project , has dependency noted in build.gradle. , use same notation make other project depend on register-user-api.

the situation changes if both projects not live in same workspace: in case you'll need own repository (e.g. proxy maven central) publish own modules. can declare standard dependency modules.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -