Skip to content

Instantly share code, notes, and snippets.

@corlen
Created December 23, 2013 12:09
Show Gist options
  • Save corlen/8096040 to your computer and use it in GitHub Desktop.
Save corlen/8096040 to your computer and use it in GitHub Desktop.
Script pra descobrir onde que está a instalação do gradle. Necessário pra importar projetos no intellij
task getHomeDir << {
println gradle.gradleHomeDir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment