You need to associate ‘.gradle’ extension with groovy as follows:
- First if not done already, install groovy textmate bundle from http://groovy.codehaus.org/TextMate
- In Textmate, open “Bundles –> Bundle Editor –> Edit Languages –> Groovy” and change as follows:
fileTypes = ( 'groovy', 'gvy');
to
fileTypes = ( 'groovy', 'gvy', 'gradle' );
In order to run gradle scripts from Textmate use bundle from https://github.com/alkemist/gradle.tmbundle
Leave a Reply