0

I have a module defined as below, which depends on other module.

'myTestService' {
    dependsOn "otherTestService"
}

otherTestService is defined in another plugin But that plugin may not be included always,So the app works fine if the module found otherwise, it will throw an error.

So, How to safely include this module.

n92
  • 7,424
  • 27
  • 93
  • 129
  • Where is this configuration being made? Give a bit more context in your question. (It almost looks like something in `Resources.groovy`) – Joshua Moore Feb 11 '15 at 10:22
  • it is in one of my custom resources file like testsResources.groovy – n92 Feb 11 '15 at 10:23

0 Answers0