logstash-filter-java_filter_example icon indicating copy to clipboard operation
logstash-filter-java_filter_example copied to clipboard

Cannot resolve symbol for logstash-core classes

Open MosheElisha opened this issue 4 years ago • 0 comments

Hi,

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

https://github.com/logstash-plugins/logstash-filter-java_filter_example/blob/9c53f996c6d018500920a8a2222a088d7a00f563/build.gradle#L51

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")

MosheElisha avatar May 05 '21 08:05 MosheElisha