Is it possible to use gradle without project in IDE?

Hi all,

Assume that I have a system which is composed of multi projects.
I just want one runtime environment which has no dependency of either project.
How should I use gradle in that case?

Regards,
Ming

Can you elaborate a bit more on what you mean?

At least me, I have no idea at all what you are asking about.

OK, let me ask in another way, can gradle work independently from IDE as repository?

Still not sure what you mean with “as repository”.
Gradle is not bound to any IDE.
It is a standalone thing to build your project and the IDE just integrates with it.