Created
December 23, 2013 12:09
-
-
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
This file contains 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
task getHomeDir << { | |
println gradle.gradleHomeDir | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment