Skip to content

Fix glob pattern to support 7.17.1 version #14

@ikus060

Description

@ikus060

gradle template make use of implementation fileTree(dir: LOGSTASH_CORE_PATH, include: "**/logstash-core-?.?.?.jar") but it's won't matches 7.17.1 version.

I've replace it as follow: implementation fileTree(dir: LOGSTASH_CORE_PATH, include: "**/logstash-core-?.*.?.jar")

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions