diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-04-04 14:39:44 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2018-04-04 14:39:44 +0200 |
commit | 81e92fa096160e36a82c8cd22e408cd1b374d8b8 (patch) | |
tree | 8f11c9a8c8dc1c2dcddd01b82f99ac39724509e2 /README.md | |
parent | 4dec6ebfeef852905d9db4670757238f797c9d58 (diff) | |
download | sonarqube-81e92fa096160e36a82c8cd22e408cd1b374d8b8.tar.gz sonarqube-81e92fa096160e36a82c8cd22e408cd1b374d8b8.zip |
Fix build
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 1b2e5eb9ac3..2c21927b6da 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,12 @@ Here is a template example: The path to a custom configuration file can be provided with command-line property `-Dorchestrator.configUrl=file:///path/to/orchestrator.properties` or with environment variable `ORCHESTRATOR_CONFIG_URL=file:///path/to/orchestrator.properties`. +### Find available updates of dependencies + +Execute from project base directory: + + ./gradlew dependencyUpdates + ### Update the files missing the license header Execute from project base directory: |