Hi,

I have a multi-project structure like this

root
- D groovyPrj
- D javaPrj1
- D javaPrj2

in the root project I shared some common dependencies and other default
settings (like test includes/excludes). What is the best way to let the
groovyPrj share the root settings as well? The difficulty is currently, I am
using

subprojects {
  usePlugin('java')
  ...
}

this will not work for groovy project. What is the best way to usePlugin
differently for different sub project?

Reply via email to