Releases: kevcodez/gradle-upgrade-interactive
Releases · kevcodez/gradle-upgrade-interactive
Release 0.4.0
- Add support for dependencies declared in external files (thanks to @arhohuttunen) - Merged with #3
- Upgrade yargs and semver to the latest version
Upgrades
Semver
- Depending on the semver version change, the upgrade option is now colored
- Major version change: red
- Minor version change: yellow
- Patch version change: green
- New CLI option --semver / -s to include specific semver upgrades only (i.e. use
-s patch
to only include patch upgrades)
Kotlin Support
- Initial support for kotlin build files (gradle.build.kts)
- Dependencies are now sorted alphabetically by name
- Project URL in description
Debug Logging / Error output
- Output stderr from commands executed, if they fail (i.e. gradle dependencyUpdate/gradle wrapper command)
- New --debug / -d flag to debug the execution, disabled by default
Error Handling / Colors
- Colored output for errors
- Error handling improved
- Throw early, if build.gradle is not found
- Output gradle-versions-plugin installation instructions, if the execution command fails