aparo / opensearch-analysis-ik

The IK Analysis plugin integrates Lucene IK analyzer into OpenSearch, support customized dictionary. Port of https://github.com/medcl/elasticsearch-analysis-ik
Apache License 2.0
40 stars 14 forks source link

fix build.gradle so that it can be used for normal dev. builds #2

Open rursprung opened 2 years ago

rursprung commented 2 years ago

the current version of build.gradle contains checks which prevent it from just being run (or even just imported in an IDE, really): https://github.com/aparo/opensearch-analysis-ik/blob/4ac5760ec8b99bf02cb8a679f964e3ffa96f5b6d/build.gradle#L76-L86

rursprung commented 2 years ago

if you'd port the project to use this template then this should work out of the box: https://github.com/opensearch-project/opensearch-plugin-template-java