[Enhancement] Move the version variables of third-party middlewares from gradle.properties
to build.gradle
#5008
Labels
gradle.properties
to build.gradle
#5008
Search before asking
Enhancement Request
Currently, the version definitions of third-party middleware for connectors and storage plugins are in the
gradle.properties
file. Dependabot does not upgrade the versions in thegradle.properties
file because it is considered a configuration file for the Gradle JVM itself, rather than a part of dependency management. This has led to most connectors lagging behind the latest versions, reducing their usability.Describe the solution you'd like
There are several reasons to move the version variables of third-party middleware to
build.gradle
:gradle.properties
file can be edited and modified by users to match the middleware versions they are using. However, whether modifyinggradle.properties
orbuild.gradle
, it requires recompiling from the source code or replacing the binary package with the target version.If there are any issues, feel free to discuss.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: