opensearch-project / sql

Query your data using familiar SQL or intuitive Piped Processing Language (PPL)
https://opensearch.org/docs/latest/search-plugins/sql/index/
Apache License 2.0
120 stars 139 forks source link

Centralize dependency versions using constants across multiple build.gradle files #3093

Open seankao-az opened 3 weeks ago

seankao-az commented 3 weeks ago

Is your feature request related to a problem? Currently, our project consists of several subprojects, each with its own build.gradle file. Many of these subprojects share common dependencies, and it's crucial that the versions of these shared dependencies remain consistent across all subprojects.

Current situation:

What solution would you like? Create a single source of truth for dependency versions in the root build.gradle, defining constants for each shared dependency version. Reference these constants in all subproject build.gradle files instead of using string literals.

dblock commented 3 days ago

[Catch All Triage - 1, 2, 3, 4]