summaryrefslogtreecommitdiff
path: root/private/gradle/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-07-19 23:10:10 +0200
committerEugen Wissner <belka@caraus.de>2022-07-19 23:10:10 +0200
commit06c522a7fe9d5c0d42e2ef1d0671abc5cb202429 (patch)
tree69531cad795d32aefb74b73216ad0a8429242fd6 /private/gradle/README
parent2f593c7d750d911bbe47d125de8473e2c8a6f974 (diff)
downloadslackbuilder-06c522a7fe9d5c0d42e2ef1d0671abc5cb202429.tar.gz
gradle: submitted a patch and removed
Diffstat (limited to 'private/gradle/README')
-rw-r--r--private/gradle/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/private/gradle/README b/private/gradle/README
deleted file mode 100644
index 107c948..0000000
--- a/private/gradle/README
+++ /dev/null
@@ -1,14 +0,0 @@
-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.