[Feature Request] missing gradle plugin support for dependencies in plugin descriptor properties with semver range #13187
Labels
Build Libraries & Interfaces
Build
Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.
enhancement
Enhancement or improvement to existing feature or request
Plugins
Is your feature request related to a problem? Please describe
#11441 added support for semver ranges in dependencies of plugins. however, there's no way to use this with the gradle plugin used to build plugins (
opensearchplugin
fromorg.opensearch.gradle:build-tools
).Describe the solution you'd like
Related component
Plugins
Describe alternatives you've considered
the plugin descriptor file could be written manually, but then a lot of the automation coming from the gradle plugin would no longer be used, which makes no sense.
Additional context
see #11441 (comment) and following comments
CC @dblock, @saratvemulapalli & @abseth-amzn
The text was updated successfully, but these errors were encountered: