What install gradle offline?

hi i download gradle-1.8-bin.zip (and gradle-1.7-bin.zip or gradle-1.6-bin.zip before)

now i want install it offline but when i copy folder in “.gradle\wrapper\dists”

it dose not work.

note: i have windows 7

what do you mean by installing it “offline”? Usually the directory ~/.gradle/wrapper/dists is used for gradle distributions used by the gradle wrapper and not manually put there. Have a look at the installation chapter in the gradle userguide at http://www.gradle.org/docs/current/userguide/installation.html

cheers, René

i download last version but when i copy files to this address it dose not work

as mentioned have a look at the according userguide which explains the installation process in detail. just download the zip and put it into ~/.gradle/wrapper/dists is not supposed to work.