summaryrefslogtreecommitdiffstats
path: root/development/gradle
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 14:04:30 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commitc9c3cf66655e7fdbd2ebc2ef4b21b7e156601935 (patch)
tree562a1d0a772f0f77831bea561de1f6ab04c4423e /development/gradle
parentd4e32649c36b8c55f3fdb0e622d317d16ada71ce (diff)
downloadslackbuilds-c9c3cf66655e7fdbd2ebc2ef4b21b7e156601935.tar.gz
slackbuilds-c9c3cf66655e7fdbd2ebc2ef4b21b7e156601935.tar.xz
development/gradle: Fix README.
Diffstat (limited to 'development/gradle')
-rw-r--r--development/gradle/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/development/gradle/README b/development/gradle/README
index 8cb3a774d9..7bcb2b0b68 100644
--- a/development/gradle/README
+++ b/development/gradle/README
@@ -1,13 +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 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.
+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.
+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.