Forked from l1x/install_gradle_version_with_homebrew.sh
          
        
    
          Created
          March 9, 2017 05:33 
        
      - 
      
 - 
        
Save skdangi/3262405afae781668375b2825e58bb2d to your computer and use it in GitHub Desktop.  
    Installing a specific version of Gradle with Homebrew
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | brew tap homebrew/versions | |
| brew search gradle | |
| brew install homebrew/versions/gradle112 | |
| gradle -version | |
| brew link --overwrite gradle112 | |
| gradle -version | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment