Skip to content

haobug/gradle-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gradle-helper

the Android Studio use gradle as building tool. the Studio(and same to IntelliJ with gradle plugin) got stuck when you switch between projects. because of downloading the new gradle version. if internet connection to the gradle repository is slow, cache all version pre-head is a good idea

where to cache to? inspired by this blog post: http://www.liudonghua.com/?p=380

Usage

download versions you want from: https://services.gradle.org/distributions

main.py <zip_dir> <glob_*>   copy pattern matched zip files
main.py <zip_dir>            copy gradle*.zip in <zip_dir>
  • zip_dir, the dir you push you downloaded gradle zip to with other quicker way.
  • glob_*, you might want to copy specific version

About

cache gradle versions for offline using gradle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages