You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Throughout the codebase across different sub-module there are multiple to-do in pace for Gradle file, also certain block of code can be refactor to enhance the readability.
Hence this is a place-holder issue to track all the enhancement being made against the Gradle build, in order to make the build script more concise.
Given the fact that this is refactor change, NO feature should be introduced or dropped.
What solution would you like?
Fix todo
// TODO: dependency to spark should be eliminated
// TODO: dependency to datasources should be eliminated
Added two more points which aim centralise dependencies || read directly from OpenSearch build Gradle plugin, along with the Gradle version catalogs enablement.
Is your feature request related to a problem?
Throughout the codebase across different sub-module there are multiple to-do in pace for Gradle file, also certain block of code can be refactor to enhance the readability.
Hence this is a place-holder issue to track all the enhancement being made against the Gradle build, in order to make the build script more concise.
Given the fact that this is refactor change, NO feature should be introduced or dropped.
What solution would you like?
return provider(new Callable<RegularFile>() {
wrapper to enhance readability. CI: Eliminate redundant file wrapper #3275What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: