Relative Content

Tag Archive for gradlegroovy

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?