diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-06-23 09:24:32 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-06-23 09:24:32 +0200 |
| commit | eaa1ac35b11ffef6dc57765bf18d0a398c9c8fb9 (patch) | |
| tree | 75886f076746fcf3a569f486207a0d8f848ed279 /private/gradle/README | |
| parent | bdb3b929fba2f7989141d1b1c859f56da9bbd8d4 (diff) | |
| download | slackbuilder-eaa1ac35b11ffef6dc57765bf18d0a398c9c8fb9.tar.gz | |
gradle: Added (7)
Diffstat (limited to 'private/gradle/README')
| -rw-r--r-- | private/gradle/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/private/gradle/README b/private/gradle/README new file mode 100644 index 0000000..107c948 --- /dev/null +++ b/private/gradle/README @@ -0,0 +1,14 @@ +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. |
