Skip to content

Cannot resolve symbol for logstash-core classes #27

@MosheElisha

Description

@MosheElisha

Hi,

The logstash-core pattern used in build.gradle does not include JARS with more than one digit in the major/minor/patch sections.

implementation fileTree(dir: LOGSTASH_CORE_PATH, include: "build/libs/logstash-core-?.?.?.jar")

For example, it does not find logstash-core-7.11.3.jar.

When I modify the pattern a bit I can workaround the issue:

implementation fileTree(dir: LOGSTASH_CORE_PATH, include: "**/logstash-core-?.??.?.jar")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions