Dependency Updater
We have many open source java projects, so we try to keep dependencies updated, for this purpose whe have enabled the
plugin to be used as a dependency updater. This is not the updateCleanArchitecture
task, we have a different task for
this.
Internal Task
This task is the created for that, and you can use it by following the next steps:
- Add plugin to your
build.gradle
project file as described in the Getting Started section. - Add the following property to your
gradle.properties
file like commons-jms project
onlyUpdater=true
- Now you can run the task
internalTask
or aliasit
to update the dependencies of your project.
./gradlew it --action UPDATE_DEPENDENCIES
This tas will update gradle dependencies and gradle plugin versions.