Skip to content

Instantly share code, notes, and snippets.

@LCHCAPITALHUMAIN
Created September 22, 2017 15:59
Show Gist options
  • Save LCHCAPITALHUMAIN/509575b981375d5cd2b6eb48f7a91844 to your computer and use it in GitHub Desktop.
Save LCHCAPITALHUMAIN/509575b981375d5cd2b6eb48f7a91844 to your computer and use it in GitHub Desktop.
Sublime Text 3 build system for groovy
{
"shell_cmd": "groovy \"${file}\"",
"selector": "*.groovy",
"working_dir": "${file_path}",
"file_regex": "[ ]*at .+[(](.+):([0-9]+)[)]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment