-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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")
paivao
Metadata
Metadata
Assignees
Labels
No labels