From 8e0777254fb78aaba0e1c0645ad945da1c2095f5 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sat, 16 Mar 2019 10:30:07 +0100 Subject: Document and upgrade Gradle plugins --- README.md | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ef2f1f7c1c..b874365af63 100644 --- a/README.md +++ b/README.md @@ -61,26 +61,17 @@ If the project has never been built, then build it as usual (see previous sectio ./gradlew ide -Then simply open the root file `build.gradle` as a project in Intellij or Eclipse. +Then open the root file `build.gradle` as a project in Intellij or Eclipse. -### Find available updates of dependencies +### Gradle Hints -Execute from project base directory: - - ./gradlew dependencyUpdates - -### Update the files missing the license header - -Execute from project base directory: - - ./gradlew licenseFormat --rerun-tasks - -### List all dependencies - -Execute from project base directory: - - ./gradlew printDependencies - +| ./gradlew command | Description | +|---|---| +| `dependencies`| list dependencies | +| `dependencyCheckAnalyze` | list vulnerable dependencies | +| `dependencyUpdates` | list the dependencies that could be updated | +| `licenseFormat --rerun-tasks` | fix source headers by applying HEADER.txt | +| `wrapper --gradle-version 5.2.1` | upgrade wrapper | License ------- -- cgit v1.2.3