I am using gradle
for a multi-project build. During compilation it is giving errors because it is not taking libraries from local server and EAR lib. How to specify these directories in gradle
. And how can we specify JBOSS_HOME
from environment variables.
PBI: I am using gradle
with eclipse and I have multiple jars to be included so cant specify each and every jars.
Thanks in advance.