Total Pageviews

Saturday 14 June 2014

安装基于java的编译器程序-Gradle

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:
Please read the release notes before downloading.

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
---------------------------------------------

https://bitbucket.org/davidmc24/jayne-site (The Jayne Site project is a Gradle plugin for publishing static HTML websites)

https://bitbucket.org/davidmc24/gradle-site-plugin (The Site plugin is a Gradle plugin for publishing static HTML websites)