Gradle submodule require another submodule as dependency nested deeper in other dir
I’m working as intern for a company which has base/common modules on github as open source, and some proprietary modules on their self hosted servers.
How can I use groovy/java classes shipped with gradle outside of gradle?
I have a collection legacy groovy scripts designed to run as gradle tasks. Now we wish to be able to run these as standalone groovy scripts launched from the command line. However they use gradle packages such as groovy.util.slurpersupport.GPathResult. Is it possible to get these as groovy/jar files to use them outside of gradle tasks the same way one would use any other 3rd party library?