Skip to content

Instantly share code, notes, and snippets.

@rppowell-lasfs
Last active August 22, 2017 01:24
Show Gist options
  • Save rppowell-lasfs/38aa3219f54b9815591f4b1ad8085ec7 to your computer and use it in GitHub Desktop.
Save rppowell-lasfs/38aa3219f54b9815591f4b1ad8085ec7 to your computer and use it in GitHub Desktop.
Groovy Notes

Groovy Notes

My notes on using groovy

Dependencies / Grapes / Grab

Running on the Command Line

Running with additional information

groovy
  -Dgroovy.grape.report.downloads=true
  -Divy.message.logger.level=4
  script.groovy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment