-
I my project i have multiple modules, like ModuleA, ModuleB, ModuleC, ModuleD, ModuleE, ModuleF
-
I have different Flavours in ModuleA like( sit, prod, prepord),
-
same in moduleB have different flavors like ( RED, GREEN, BLUE, YELLOW, etc…)
-
and ModuleB will use all modules properties of (ModuleA, ModuleC, ModuleD, ModuleE, ModuleF)
-
ModuleC use Properties of (Module A),
-
ModuleD use Properties of (Module A),
-
ModuleE use Properties of (Module A),
-
Module F use Properties of (Module A)
here ModuleA is commonModule for (ModuleB,C,D,E,F)
-
HERE i need too change BaseURLS base on the flavour selection in ModuleA (if i select “sit” siturl should set, if i select “prod” prodUrl should set like this)
-
is it possible to select one flavour like(sit or prod or prepod any one of flavor) in ModuleA and same can i select any one if flavor in ModuleB like ( RED or any other).
how to do please explain with sample
when i try like selecting one flavor (sit) in ModuleA and one flavor (RED) in ModuleB, and when i trying to use the properties of ModuleA in ModuleB getting issues, project is not building.
- i given ModuleA module path in ModuleB dependency.
Brahmam M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.