Skip to content

Instantly share code, notes, and snippets.

@xinthink
Created May 25, 2012 07:56
Show Gist options
  • Save xinthink/2786492 to your computer and use it in GitHub Desktop.
Save xinthink/2786492 to your computer and use it in GitHub Desktop.
Gradle build script for gaelyk projects
apply from: "$snippetsRepo/gaelyk-prj.gradle"
buildscript {
apply from: "$snippetsRepo/gaelyk-buildscript.gradle"
}
version = 0.1
snippetsRepo = https://raw.github.com/xinthink/gradle-snippets/master
gaeEmail = <your gmail>
systemProp.file.encoding=UTF-8
# installed with homebrew
systemProp.google.appengine.sdk=/usr/local
# xxx gfw
systemProp.socksProxyHost=localhost
systemProp.socksProxyPort=7070
#systemProp.http.proxyHost=localhost
#systemProp.http.proxyPort=9000
#systemProp.http.nonProxyHosts=localhost|10.*|192.*|127.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment