Skip to content

Instantly share code, notes, and snippets.

@vherasme
Last active May 22, 2019 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vherasme/44ea0c3fba0b02996d1c6feca6233f1c to your computer and use it in GitHub Desktop.
Save vherasme/44ea0c3fba0b02996d1c6feca6233f1c to your computer and use it in GitHub Desktop.
Setup a build system for Groovy in Sublime Text 3 for Linux
{
"cmd": ["/path/to/your/groovy/executable $file_name"],
"selector": "source.groovy",
"file_regex": "[ ]*at .+[(](.+):([0-9]+)[)]",
"shell": true,
"env": {
"JAVA_HOME": "/path/to/your/java/home"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment