diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:14:16 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:10 +0700 |
commit | 662a77e709b707602c3cc5bcd6bfc61648173151 (patch) | |
tree | 6e4a25b2dc74d51a46c4c72efe8e17db4491e41b /development/gradle | |
parent | 1464d9bcd8d9d9bafaef20fbf2aa1ffce409e290 (diff) |
development/gradle: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gradle')
-rw-r--r-- | development/gradle/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/gradle/README b/development/gradle/README index 7bcb2b0b6809..107c94833431 100644 --- a/development/gradle/README +++ b/development/gradle/README @@ -7,7 +7,8 @@ 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. +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. |