summaryrefslogtreecommitdiffstats
path: root/development/gradle/README
diff options
context:
space:
mode:
author Arun Mascarenhas <arun.h.masc@gmail.com>2014-04-17 11:07:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:38 +0700
commit08e8495840c23843ec580c2330de9d1d731535e0 (patch)
tree2d254c821944765eb8295539787b049ece703e23 /development/gradle/README
parent5fe6e80d68906dd71f9540f2f939eef958f82d44 (diff)
downloadslackbuilds-08e8495840c23843ec580c2330de9d1d731535e0.tar.gz
slackbuilds-08e8495840c23843ec580c2330de9d1d731535e0.tar.xz
development/gradle: Added (Build Automation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gradle/README')
-rw-r--r--development/gradle/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/gradle/README b/development/gradle/README
new file mode 100644
index 0000000000..8cb3a774d9
--- /dev/null
+++ b/development/gradle/README
@@ -0,0 +1,13 @@
+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.