Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use proper gradle dep. to fetch security plugin #566

Merged
merged 1 commit into from
Sep 26, 2022
Merged

use proper gradle dep. to fetch security plugin #566

merged 1 commit into from
Sep 26, 2022

Commits on Sep 20, 2022

  1. use proper gradle dep. to fetch security plugin

    there's no need to manually construct a URL and try to fetch the
    artefact from there. the plugin is published on maven and we can
    directly use the gradle/maven dependency to fetch it.
    
    in order to more easily identify it, a new configuration type has been
    added: `opensearchPlugin`.
    
    for reference see the discussions on the following issues/PRs:
    - #274
    - #455
    
    Signed-off-by: Ralph Ursprung <[email protected]>
    rursprung committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4b74013 View commit details
    Browse the repository at this point in the history