What is Gradle?
Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else.Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges.
Learn more about what makes Gradle a compelling choice for build automation or get started with Gradle right now.
from http://www.gradle.org/
这里http://briteming.blogspot.co.uk/2014/06/linux-vpsjavagroovy-grain.html好像用到了
gradle.
---------------------------------------
Downloads
Current Stable Release
The latest release of Gradle is 1.12, released on 29th April 2014.Gradle releases come in three flavours:
- gradle-1.12-all.zip (binaries, sources and documentation)
- gradle-1.12-bin.zip (binaries only.已经是可执行文件了,无需再编译)
- gradle-1.12-src.zip (sources only)
from http://www.gradle.org/downloads
(https://services.gradle.org/distributions/gradle-7.4.2-bin.zip
https://gradle.org/releases/
http://github.com/gradle/gradle https://docs.gradle.org/current/userguide/installation.html
https://docs.gradle.org/current/userguide/command_line_interface.html#command_line_interface
https://docs.gradle.org/current/userguide/build_environment.html#build_environment
---------------------------------------------