Created
January 31, 2014 16:07
-
-
Save notnoopci/8735133 to your computer and use it in GitHub Desktop.
Circle Recepies
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
# Sample setting gradle version | |
dependencies: | |
cache_directories: | |
- "~/gradle-1.9" | |
pre: | |
- "[[ -d ~/gradle-1.9 ]] || ( curl -L -o /tmp/gradle.zip 'http://services.gradle.org/distributions/gradle-1.9-bin.zip' && unzip -d ~ /tmp/gradle.zip )" | |
- echo 'export PATH=~/gradle-1.9/bin:$PATH' >> ~/.circlerc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment