1
0

add Dependency Version Upgrade and upgrade versions

This commit is contained in:
Michael Hoennig
2022-08-24 18:27:40 +02:00
parent 6b4c9f6c51
commit 8b4e7869ad
2 changed files with 26 additions and 9 deletions

View File

@@ -439,6 +439,20 @@ The generated license can be found here: [index.html](build/reports/dependency-l
More information can be found on the [project's website](https://github.com/jk1/Gradle-License-Report).
### Dependency Version Upgrade
Dependency versions can be automatically upgraded to the latest available version:
```shell
gw useLatestVersions
```
Afterwards, `gw check` is automatically started.
Please only commit+push to master if the check run shows no errors.
More infos, e.g. on blacklists see on the [projet's website](https://github.com/patrikerdes/gradle-use-latest-versions-plugin).
## How To ...
### How to Run the Application on a Different Port