Created
September 22, 2017 15:59
-
-
Save LCHCAPITALHUMAIN/509575b981375d5cd2b6eb48f7a91844 to your computer and use it in GitHub Desktop.
Sublime Text 3 build system for groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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